Skip to content

Commit

Permalink
ci: add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Feb 28, 2024
1 parent 7da532c commit e7f460b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ jobs:
name: Test
uses: hasundue/actions/.github/workflows/test-deno.yml@main
secrets: inherit

integration:
name: Integration
uses: hasundue/actions/.github/workflows/integration-deno.yml@main
secrets: inherit

0 comments on commit e7f460b

Please sign in to comment.