Skip to content

Commit

Permalink
Update reusable-e2e-tests.yml (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncer authored Jun 5, 2023
1 parent 8edbba6 commit 76f42b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ jobs:
working-directory: launch
run: yarn

- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

- name: Install e2e tests dependencies
working-directory: e2eTests
run: yarn
Expand Down

0 comments on commit 76f42b5

Please sign in to comment.