mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-07 22:50:00 +11:00
move call test to its own job
Signed-off-by: kpenfound <kyle@dagger.io>
This commit is contained in:
parent
efd3648738
commit
6d43cdba87
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -93,6 +93,10 @@ jobs:
|
|||
echo "does not match"
|
||||
exit 1
|
||||
fi
|
||||
call:
|
||||
runs-on: "ubuntu-latest"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: "Test call"
|
||||
id: test-call
|
||||
uses: ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue