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 21, 2024
1 parent b172083 commit aaece67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
dagger version
- name: Run Dagger Pipelines
run: |
dagger query --doc test.gql
dagger query --doc llvm_cov.gql
dagger query --doc build.gql
dagger query --doc clippy.gql
dagger call test --src .
dagger call llvm-cov --src .
dagger call build --src .
dagger call clippy --src .
working-directory: example

0 comments on commit aaece67

Please sign in to comment.