Skip to content

Commit

Permalink
ci: remove -- from ci (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckng0221 authored Dec 3, 2023
1 parent 2227a75 commit a08b74d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/book-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: npm run lint
- run: npm run test -- $SERVICE
- run: npm run test:e2e -- $SERVICE
- run: npm run build -- $SERVICE
- run: npm run test $SERVICE
- run: npm run test:e2e $SERVICE
- run: npm run build $SERVICE
6 changes: 3 additions & 3 deletions .github/workflows/borrowing-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: npm run lint
- run: npm run test -- $SERVICE
- run: npm run test:e2e -- $SERVICE
- run: npm run build -- $SERVICE
- run: npm run test $SERVICE
- run: npm run test:e2e $SERVICE
- run: npm run build $SERVICE
6 changes: 3 additions & 3 deletions .github/workflows/customer-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: npm run lint
- run: npm run test -- $SERVICE
- run: npm run test:e2e -- $SERVICE
- run: npm run build -- $SERVICE
- run: npm run test $SERVICE
- run: npm run test:e2e $SERVICE
- run: npm run build $SERVICE
6 changes: 3 additions & 3 deletions .github/workflows/payment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: npm run lint
- run: npm run test -- $SERVICE
- run: npm run test:e2e -- $SERVICE
- run: npm run build -- $SERVICE
- run: npm run test $SERVICE
- run: npm run test:e2e $SERVICE
- run: npm run build $SERVICE

0 comments on commit a08b74d

Please sign in to comment.