Skip to content

Commit

Permalink
fix pipeline script test run execute command
Browse files Browse the repository at this point in the history
  • Loading branch information
dualcnhq committed Aug 1, 2024
1 parent 1591f81 commit e8c7e57
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/donation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: npx playwright install --with-deps

- name: Run Donation Tests
run: npm run execute -- --test=donation
run: npm run test -- --test=donation
2 changes: 1 addition & 1 deletion .github/workflows/home-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: npx playwright install --with-deps

- name: Run home tests
run: npm run test:home
run: npm run test -- --test=home
2 changes: 1 addition & 1 deletion .github/workflows/search-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: npx playwright install --with-deps

- name: Run search tests
run: npm run test:search
run: npm run test -- --test=search
9 changes: 1 addition & 8 deletions run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
TIMEFORMAT='It took %0R seconds.'
time {
npm run test:books
npm run test:collection
npm run test:details
npm run test:home
npm run test:login
npm run test:music
npm run test:search
npm run test:profile
npm run test
}

0 comments on commit e8c7e57

Please sign in to comment.