Skip to content

Commit 2230084

Browse files
committed
Started working on snapshot workflow
1 parent b8f57de commit 2230084

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/snapshot.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@ jobs:
2525
- name: Generate coverage report
2626
uses: GabrielBB/xvfb-action@v1
2727
with:
28-
run: |
29-
npm run coverage:clean
30-
npm run coverage -- --coverageDirectory=coverage/unit
28+
run: npm run coverage:clean
29+
- name: Generate coverage report
30+
uses: GabrielBB/xvfb-action@v1
31+
with:
32+
run: npm run coverage -- --coverageDirectory=coverage/unit
3133
- uses: addnab/docker-run-action@v1
3234
with:
3335
image: s1hofmann/nut-ci

0 commit comments

Comments
 (0)