This commit is contained in:
Omar López
2022-02-10 19:12:57 -07:00
committed by GitHub
parent 8d3f0bf38e
commit abce15ff0d
3 changed files with 3 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ jobs:
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
turbo-${{ github.job }}-${{ github.ref_name }}-
- run: yarn prisma migrate deploy
- run: yarn db-deploy
- run: yarn test
- name: Cache playwright binaries