Skip to content

Commit 6d43cdb

Browse files
committed
move call test to its own job
Signed-off-by: kpenfound <kyle@dagger.io>
1 parent efd3648 commit 6d43cdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
echo "does not match"
9494
exit 1
9595
fi
96+
call:
97+
runs-on: "ubuntu-latest"
98+
steps:
99+
- uses: actions/checkout@v4
96100
- name: "Test call"
97101
id: test-call
98102
uses: ./

0 commit comments

Comments
 (0)