Skip to content

Commit 0e5363d

Browse files
authored
Merge pull request #48 from duffn/duffn/xvfb-action
Migrate from deprecated xvfb action
2 parents 43ddc8f + 215e0d8 commit 0e5363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
postgresql db: grape_on_rails_test
4444
postgresql user: test
4545
postgresql password: password
46-
- uses: GabrielBB/xvfb-action@v1
46+
- uses: coactions/setup-xvfb@v1
4747
with:
4848
run: |
4949
bundle exec rake db:create

0 commit comments

Comments
 (0)