Skip to content

Commit

Permalink
fix(dagger): fix test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Nov 10, 2024
1 parent 709f22b commit c0fd1b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
with:
version: latest
verb: call
args: test --root=.
args: test --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
with:
version: latest
verb: call
args: test --root=.
args: test --root=. logs
cloud-token: ${{ secrets.DAGGER_CLOUD_TOKEN }}

0 comments on commit c0fd1b4

Please sign in to comment.