Skip to content

Commit 75fc97f

Browse files
committed
Update workflows
1 parent 0e4db6e commit 75fc97f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Clean coverage report
3636
run: pnpm run coverage:clean
3737
- name: Generate coverage report
38-
uses: GabrielBB/xvfb-action@v1
38+
uses: coactions/setup-xvfb@v1
3939
env:
4040
NODE_OPTIONS: "--max-old-space-size=8192"
4141
with:
@@ -74,7 +74,7 @@ jobs:
7474
- name: Compile
7575
run: pnpm run compile
7676
- name: Generate coverage report
77-
uses: GabrielBB/xvfb-action@v1
77+
uses: coactions/setup-xvfb@v1
7878
with:
7979
run: |
8080
pnpm run coverage

.github/workflows/snapshot_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Compile
4141
run: pnpm run compile
4242
- name: Run tests
43-
uses: GabrielBB/xvfb-action@v1
43+
uses: coactions/setup-xvfb@v1
4444
with:
4545
run: pnpm run coverage
4646

.github/workflows/tagged_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Compile
3232
run: npm run compile
3333
- name: Run tests
34-
uses: GabrielBB/xvfb-action@v1
34+
uses: coactions/setup-xvfb@v1
3535
with:
3636
run: pnpm run coverage
3737

0 commit comments

Comments
 (0)