Removes unused command

This commit is contained in:
zomars 2022-02-10 12:20:18 -07:00 committed by Omar López
parent 9aa53c1e0a
commit 855aa56e77

View File

@ -71,7 +71,6 @@ jobs:
key: turbo-${{ github.job }}-${{ github.ref_name }}-${{ github.sha }}
restore-keys: |
turbo-${{ github.job }}-${{ github.ref_name }}-
- run: cd apps/web
- run: yarn prisma migrate deploy
- run: yarn test