move call test to its own job

Signed-off-by: kpenfound <kyle@dagger.io>
This commit is contained in:
kpenfound 2024-11-11 10:07:18 -07:00
parent efd3648738
commit 6d43cdba87
No known key found for this signature in database
GPG key ID: 70FD4F54AFB76D11

View file

@ -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: ./