mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-09 07:20:16 +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"
|
echo "does not match"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
call:
|
||||||
|
runs-on: "ubuntu-latest"
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- name: "Test call"
|
- name: "Test call"
|
||||||
id: test-call
|
id: test-call
|
||||||
uses: ./
|
uses: ./
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue