Skip to content

Commit

Permalink
version of coactions/setup-xfvb to avoid Node warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Musicant / thinkpad committed Jul 17, 2024
1 parent e0bfaf9 commit e582a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run headless test
uses: coactions/setup-xvfb@v1
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
with:
run: mvn --no-transfer-progress test
- name: Build jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Run headless test
uses: coactions/setup-xvfb@v1
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a
with:
run: |
mvn --no-transfer-progress test

0 comments on commit e582a08

Please sign in to comment.