Skip to content

Commit e8319da

Browse files
authoredDec 1, 2021
[WIP] Fix integration test teardown / cleanup and missing yarn installation (#11686)
1 parent c7627ce commit e8319da

File tree

5 files changed

+766
-528
lines changed

5 files changed

+766
-528
lines changed
 

‎.github/workflows/integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
cache: 'npm'
2525
- name: Install npm@7
2626
run: npm i -g npm@7
27+
- name: Install yarn
28+
run: npm i -g yarn
2729
- name: Install packages
2830
run: npm ci --prefer-offline
2931
- name: Run integration tests

0 commit comments

Comments
 (0)
Please sign in to comment.