Skip to content

Commit

Permalink
Fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jan 2, 2025
1 parent d9774e4 commit 30b2397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Xvfb
if: ${{ steps.test.outputs.test == 'net.fabricmc.loom.test.integration.RunConfigTest' }}
if: ${{ matrix.test == 'net.fabricmc.loom.test.integration.RunConfigTest' }}
run: sudo apt-get install -y xvfb
- name: setup jdk
uses: actions/setup-java@v4
Expand Down

0 comments on commit 30b2397

Please sign in to comment.