diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe343be..c2a8f0dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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