Skip to content

Commit

Permalink
Update ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
britzl committed Jan 16, 2025
1 parent 9d958a3 commit c24cb94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pyvista/setup-headless-display-action@v3
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
with:
java-version: '21.0.5+11.0.LTS'
distribution: 'temurin'
- name: Run.sh
uses: coactions/setup-xvfb@v1
env:
DEFOLD_USER: foo
DEFOLD_AUTH: bar
DEFOLD_BOOSTRAP_COLLECTION: /test/test.collectionc
with:
run: ./.test/run.sh
run: ./.test/run.sh

0 comments on commit c24cb94

Please sign in to comment.