Skip to content

Commit

Permalink
add no call test
Browse files Browse the repository at this point in the history
Signed-off-by: kpenfound <kyle@dagger.io>
  • Loading branch information
kpenfound committed Nov 11, 2024
1 parent 6d43cdb commit b61bdaa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,12 @@ jobs:
echo "does not match"
exit 1
fi
nocall:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Only Install"
uses: ./
- name: "Test Install"
run: |
dagger core version

0 comments on commit b61bdaa

Please sign in to comment.