Skip to content

Commit

Permalink
chore: update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Oct 31, 2023
1 parent bbab66d commit 5d8860f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,21 @@ jobs:
- uses: KengoTODA/actions-setup-docker-compose@v1
with:
version: '2.18.1'

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.9.0

- name: Set up Node.js 18
uses: actions/setup-node@v3
with:
node-version: "18.15.0"
cache: "yarn"
cache: "pnpm"

- name: Run e2e tests
run: |
env && yarn e2e:ci-run-tests
env && pnpm run e2e:ci-run-tests
- name: Output logs
if: always()
Expand Down

0 comments on commit 5d8860f

Please sign in to comment.