mirror of
https://github.com/dagger/dagger-for-github.git
synced 2025-12-31 12:49:46 +11:00
add no call test
Signed-off-by: kpenfound <kyle@dagger.io>
This commit is contained in:
parent
6d43cdba87
commit
b61bdaa567
1 changed files with 9 additions and 0 deletions
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue