Skip to content

Commit

Permalink
fix: commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jouwdan committed Sep 6, 2023
1 parent 1161d9b commit 04afd2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
name: Build & Test App
name: Test App
timeout-minutes: 15
runs-on: ubuntu-latest

Expand All @@ -36,8 +36,8 @@ jobs:
with:
browser: chrome
record: true
build: npm run build:app
start: npm run preview:app
start: npm run dev:app
wait-on: http://localhost:3000
command: npm run test:app
project: ./app
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "turbo run test",
"test:app": "turbo run test --filter tutors-app",
"dev": "turbo run dev --parallel",
"app": "turbo run dev --filter tutors-app",
"dev:app": "turbo run dev --filter tutors-app",
"lint": "turbo run lint",
"format": "prettier --write ."
},
Expand Down

0 comments on commit 04afd2a

Please sign in to comment.