We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9ce2f commit 8d22aacCopy full SHA for 8d22aac
.github/workflows/example.yml
@@ -27,5 +27,5 @@ jobs:
27
env:
28
PACKAGE_MANAGER: ${{ matrix.package_manager }}
29
- name: Run Dagger Pipelines
30
- run: dagger run deno run -A ../src/dagger/runner.ts test build
+ run: dagger run deno run -A ../src/runner.ts test build
31
working-directory: example
0 commit comments