Skip to content

Commit b89d8fc

Browse files
committed
Cleaning workflow
Getting rid of some stuff we don't need.
1 parent cb0cc5f commit b89d8fc

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

.github/workflows/puppeteer-ci.yml

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,11 @@ jobs:
1010
test:
1111
name: Test Puppeteer
1212
runs-on: ubuntu-latest
13-
steps:
14-
15-
- name: Checkout
16-
uses: actions/checkout@v4
1713

18-
- name: Test action
19-
uses: ./
14+
steps:
15+
- uses: actions/checkout@v3
16+
- name: Run test
17+
uses: tj-actions/puppeteer@v4
2018
id: puppeteer-test
2119
with:
22-
files: tests/autofill-tests.js
23-
24-
- name: Copy test output
25-
uses: tj-actions/docker-cp@v2
26-
with:
27-
container: ${{ steps.puppeteer-test.outputs.container-id }}
28-
source: ${{ steps.puppeteer-test.outputs.home }}/test.pdf
29-
destination: test.pdf
30-
31-
- name: Display contents of test.pdf
32-
run: cat test.pdf
20+
files: tests/autofill-tests.mjs

0 commit comments

Comments
 (0)