fix: remove pure lockfile flag from yarn installs

This commit is contained in:
Karol Sójko
2022-06-20 11:13:10 +02:00
parent c6a498bfd4
commit 586cdedf13
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: yarn install --pure-lockfile
- run: yarn install
- run: yarn test
publish-aws-ecr: