Skip to content

Commit

Permalink
xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 27, 2024
1 parent 194bce0 commit 01e79f0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ jobs:
run: ant jar

- name: Run some examples
run: |
./run.sh examples/l22_small.swc -exportnml1
./run.sh examples/l22_small.swc -exportnml2
uses: coactions/setup-xvfb@v1
with:
run: |
./run.sh examples/l22_small.swc -exportnml1
./run.sh examples/l22_small.swc -exportnml2
- name: Test with Ant
uses: coactions/setup-xvfb@v1
Expand Down

0 comments on commit 01e79f0

Please sign in to comment.