Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Apr 10, 2024
1 parent 0e4db6e commit 75fc97f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Clean coverage report
run: pnpm run coverage:clean
- name: Generate coverage report
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
env:
NODE_OPTIONS: "--max-old-space-size=8192"
with:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Compile
run: pnpm run compile
- name: Generate coverage report
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
run: |
pnpm run coverage
2 changes: 1 addition & 1 deletion .github/workflows/snapshot_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Compile
run: pnpm run compile
- name: Run tests
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
run: pnpm run coverage

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagged_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Compile
run: npm run compile
- name: Run tests
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
with:
run: pnpm run coverage

Expand Down

0 comments on commit 75fc97f

Please sign in to comment.