Skip to content

Commit

Permalink
move call test to its own job
Browse files Browse the repository at this point in the history
Signed-off-by: kpenfound <kyle@dagger.io>
  • Loading branch information
kpenfound committed Nov 11, 2024
1 parent efd3648 commit 6d43cdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ./
Expand Down

0 comments on commit 6d43cdb

Please sign in to comment.