Skip to content

Commit

Permalink
Fix test step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed Jul 6, 2023
1 parent 4aabea2 commit 0716e73
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-workbench-for-gcw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,7 @@ jobs:
- name: Test Image
run: |
just \
RSW_VERSION=${{ env.RSW_VERSION }} \
R_VERSION=${{ env.R_VERSION }} \
R_VERSION_ALT=${{ env.R_VERSION_ALT }} \
PYTHON_VERSION=${{ env.PYTHON_VERSION }} \
PYTHON_VERSION_ALT=${{ env.PYTHON_VERSION_ALT }} \
PYTHON_VERSION_JUPYTER=${{ env.PYTHON_VERSION }} \
DRIVERS_VERSION=${{ env.DRIVERS_VERSION }} \
workbench-for-google-cloud-workstations/test ${{ env.IMAGE_REGISTRY_NAME }}:${{ env.RSW_TAG_VERSION }}
just workbench-for-google-cloud-workstations/test ${{ env.IMAGE_REGISTRY_NAME }}:${{ env.RSW_TAG_VERSION }}
- name: Push
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 0716e73

Please sign in to comment.