Missed a spot in the yarn tests
This commit is contained in:
parent
9f07baaad2
commit
236f68a459
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
- run: yarn
|
||||
- run: yarn install --ignore-scripts --frozen-lockfile
|
||||
- run: yarn integration-test
|
||||
|
||||
unit-tests:
|
||||
|
Loading…
Reference in New Issue
Block a user