Skip to content

Commit

Permalink
ci: fix zenith workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 8, 2024
1 parent efd6547 commit 40d1c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Dagger Zenith
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.7 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.8 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
run: |
dagger query --doc test.gql
dagger call test --src .
working-directory: example

0 comments on commit 40d1c10

Please sign in to comment.