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 (facebook#11686)
  • Loading branch information
raix authored and abhiisheek committed May 24, 2023
1 parent b184b5c commit 3354e02
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
Original file line number Diff line number Diff line change
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 3354e02

Please sign in to comment.