Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 8f87140

Browse files
Apply suggestions from code review
Co-authored-by: Spiker985 <[email protected]>
1 parent 6410899 commit 8f87140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pulsar_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout the Latest Package Code
1515
uses: actions/checkout@v3
1616
- name: Setup Pulsar Editor
17-
uses: pulsar-edit/action-pulsar-dependency@s985-update-win-path-registration
17+
uses: pulsar-edit/action-pulsar-dependency@3.2
1818
- name: Install dependencies (Windows)
1919
if: ${{ runner.os == 'Windows' }}
2020
# Currently the Pulsar process starts, but unlike *nix doesn't wait for ppm to finish, probably because pulsar.cmd needs updated
@@ -24,7 +24,7 @@ jobs:
2424
if: ${{ runner.os != 'Windows' }}
2525
run: pulsar --package install
2626
- name: Run the headless Pulsar Tests
27-
uses: GabrielBB/xvfb-action@v1.6
27+
uses: coactions/setup-xvfb@v1.0.1
2828
with:
2929
run: pulsar --test spec
3030
# working-directory: ./pulsar

0 commit comments

Comments
 (0)