Skip to content

Commit

Permalink
Temporarily try running with xvfb-run
Browse files Browse the repository at this point in the history
Signed-off-by: Chad Wilson <chadw@thoughtworks.com>
  • Loading branch information
chadlwilson committed Jan 2, 2025
1 parent 18a46b2 commit ff8db9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cd gauge-tests
gauge install
gauge -v
./gradlew clean rubyFT
xvfb-run --auto-servernum ./gradlew clean rubyFT
- uses: actions/upload-artifact@master
if: failure() || cancelled()
Expand Down

0 comments on commit ff8db9e

Please sign in to comment.