Skip to content

Commit

Permalink
[WIP] Fix integration test teardown / cleanup and missing yarn instal…
Browse files Browse the repository at this point in the history
…lation (#11686)
  • Loading branch information
raix committed Dec 1, 2021
1 parent c7627ce commit e8319da
Show file tree
Hide file tree
Showing 5 changed files with 766 additions and 528 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Expand Up @@ -24,6 +24,8 @@ jobs:
cache: 'npm'
- name: Install npm@7
run: npm i -g npm@7
- name: Install yarn
run: npm i -g yarn
- name: Install packages
run: npm ci --prefer-offline
- name: Run integration tests
Expand Down

0 comments on commit e8319da

Please sign in to comment.