Skip to content

Commit

Permalink
E2E fixes (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed Feb 11, 2022
1 parent 8d3f0bf commit abce15f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean && rm -rf node_modules",
"db-deploy": "turbo run db-deploy",
"db-seed": "turbo run db-seed",
"deploy": "turbo run deploy",
"dev": "turbo run dev --parallel",
"dx": "turbo run dx",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"prepare": "husky install",
"prisma": "yarn prisma",
"start": "turbo run start",
"test": "turbo run test",
"test-playwright": "yarn playwright test -c apps/web/playwright.config.ts",
Expand Down
1 change: 1 addition & 0 deletions turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
"db-deploy": {},
"db-seed": {},
"deploy": {
"dependsOn": []
Expand Down

0 comments on commit abce15f

Please sign in to comment.