Skip to content

Commit

Permalink
fix: url on container
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Aug 20, 2024
1 parent 77e02c9 commit 91662af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,11 @@ jobs:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --frozen-lockfile --non-interactive

- name: Install browser dependencies
run: yarn playwright install-deps
- name: Run tests
run: yarn test --container
env:
NODE_ENV: production
CONTAINER_CMD: docker
- name: Assert no new snapshots (run `yarn test --ci` if this fails)
run: git diff --exit-code
- name: Store coverage
Expand Down

0 comments on commit 91662af

Please sign in to comment.