Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Fix test running
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrookebumble committed Jul 1, 2024
1 parent 5b7b615 commit 2b5a673
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ jobs:
key: image-test-bats-{hash}
restore-keys: |
image-test-bats-
- name: Prepare test
run: hooks/pre_test
- name: Run tests
run: hooks/test Bats
run: hooks/pre_test && hooks/test Bats

testPuppeteer1:
name: Tests [Puppeteer1]
Expand All @@ -117,10 +115,8 @@ jobs:
key: image-test-puppeteer1-{hash}
restore-keys: |
image-test-puppeteer1-
- name: Prepare test
run: hooks/pre_test
- name: Run tests
run: hooks/test Puppeteer1
run: hooks/pre_test && hooks/test Puppeteer1

testPuppeteer2:
name: Tests [Puppeteer2]
Expand All @@ -143,7 +139,5 @@ jobs:
key: image-test-puppeteer2-{hash}
restore-keys: |
image-test-puppeteer2-
- name: Prepare test
run: hooks/pre_test
- name: Run tests
run: hooks/test Puppeteer2
run: hooks/pre_test && hooks/test Puppeteer2

0 comments on commit 2b5a673

Please sign in to comment.