Skip to content

Commit

Permalink
chore: fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Oct 30, 2023
1 parent 7ed2ca9 commit ef7f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
cache: "pnpm"
- name: Run e2e tests
run: |
env && pnpm install --frozen-lockfile && pnpm run e2e:ci-run-tests
env && pnpm run e2e:ci-run-tests
- name: Output logs
if: always()
Expand Down

0 comments on commit ef7f81b

Please sign in to comment.