Skip to content

Commit

Permalink
ci: fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
perzeuss committed Oct 20, 2024
1 parent 400df82 commit 52c9401
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/${{ env.DOCKER_NAMESPACE }}/${{ env.DEVCONTAINER_IMAGE_NAME }}
cacheFrom: ghcr.io/${{ env.DOCKER_NAMESPACE }}/${{ env.DEVCONTAINER_IMAGE_NAME }}
push: always
imageName: ghcr.io/${{ env.DOCKER_NAMESPACE }}/${{ env.DEVCONTAINER_IMAGE_NAME }}
cacheFrom: ghcr.io/${{ env.DOCKER_NAMESPACE }}/${{ env.DEVCONTAINER_IMAGE_NAME }}
push: always
runCmd: cd web && yarn test:e2e:ci

- name: Upload Cypress videos
Expand Down

0 comments on commit 52c9401

Please sign in to comment.