Skip to content

Commit b61bdaa

Browse files
committed
add no call test
Signed-off-by: kpenfound <[email protected]>
1 parent 6d43cdb commit b61bdaa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,12 @@ jobs:
113113
echo "does not match"
114114
exit 1
115115
fi
116+
nocall:
117+
runs-on: "ubuntu-latest"
118+
steps:
119+
- uses: actions/checkout@v4
120+
- name: "Only Install"
121+
uses: ./
122+
- name: "Test Install"
123+
run: |
124+
dagger core version

0 commit comments

Comments
 (0)