Skip to content

Commit

Permalink
feat: tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuubson committed Aug 12, 2023
1 parent b73bece commit 2cf8497
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
- name: Start server background process (for e2e tests)
run: pnpm pm2:start

# NOTE: prevents issues with cached pnpm
- name: Install cypress
run: pnpm cypress:install
run: pnpm cypress:install # NOTE: Install cypress manually due to pnpm cache issue

- name: Run e2e tests
run: pnpm test:e2e:run
Expand Down

0 comments on commit 2cf8497

Please sign in to comment.