Skip to content

Commit

Permalink
Merge branch 'integration-tests' into QA-573-rebase2-be-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu authored Dec 14, 2023
2 parents 5150799 + 7fe2e5a commit 21ea321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'

- name: Cache node modules
id: cache-nodemodules
uses: actions/cache@v3
Expand Down

0 comments on commit 21ea321

Please sign in to comment.