diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 83f7bc25..8a22cd49 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -66,3 +66,8 @@ jobs: cd bindings/updater/nodejs pnpm test timeout-minutes: 30 + - name: resource-resolver integration tests + run: | + cd bindings/resource-resolver/nodejs + pnpm test + timeout-minutes: 30