Skip to content

ci: auto run tests in prs #3

ci: auto run tests in prs

ci: auto run tests in prs #3

name: "Auto run tests on open PRs"
on:
pull_request:
jobs:
run-test-job:
uses: ./.github/workflows/tests.yml

Check failure on line 7 in .github/workflows/tests-auto-run.yml

View workflow run for this annotation

GitHub Actions / Auto run tests on open PRs

Invalid workflow file

The workflow is not valid. In .github/workflows/tests-auto-run.yml (Line: 7, Col: 15): Error from called workflow supertokens/supertokens-node/.github/workflows/tests.yml@f1a3448d93994a2b1a6c0781fdbe575c45f7e153 (Line: 56, Col: 20): Unexpected symbol: '$PLUGIN_INTERFACE_OWNER'. Located at position 1 within expression: $PLUGIN_INTERFACE_OWNER supertokens/supertokens-node/.github/workflows/tests.yml@f1a3448d93994a2b1a6c0781fdbe575c45f7e153 (Line: 71, Col: 20): Unrecognized named-value: 'CORE_BRANCH'. Located at position 1 within expression: CORE_BRANCH
with:
pluginInterfaceRepoOwnerName: supertokens
pluginInterfaceBranchName: master
coreRepoOwnerName: supertokens
coreBranchName: master