Skip to content

Commit

Permalink
Replace depricated action
Browse files Browse the repository at this point in the history
  • Loading branch information
vadi2 committed Aug 27, 2024
1 parent bce8db8 commit 249bba7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
tname: CI

on:
push:
Expand Down Expand Up @@ -35,6 +35,4 @@ jobs:
- name: Run tests
env:
TEST_APP_SHUTTER_PATH: ${{ env.GITHUB_WORKSPACE }}
uses: GabrielBB/xvfb-action@v1
with:
run: prove -I share/shutter/resources/modules/ -I t/lib t -r
run: xvfb-run --auto-servernum prove -I share/shutter/resources/modules/ -I t/lib t -r

0 comments on commit 249bba7

Please sign in to comment.