File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Acceptance Tests
22
33on :
4- push :
5- branches : [main]
64 pull_request :
75 branches : [main]
86 workflow_dispatch :
9492
9593 - name : Run Acceptance Tests
9694 env :
97- ORY_KETO_TESTS_ENABLED : ${{ github.event_name == 'push' || github.event_name == ' pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_keto_tests == 'true' }}
98- ORY_B2B_ENABLED : ${{ github.event_name == 'push' || github.event_name == ' pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_b2b_tests == 'true' }}
99- ORY_SOCIAL_PROVIDER_TESTS_ENABLED : ${{ github.event_name == 'push' || github.event_name == ' pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_social_provider_tests == 'true' }}
100- ORY_SCHEMA_TESTS_ENABLED : ${{ github.event_name == 'push' || github.event_name == ' pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_schema_tests == 'true' }}
101- ORY_PROJECT_TESTS_ENABLED : ${{ github.event_name == 'push' || github.event_name == ' pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_project_tests == 'true' }}
95+ ORY_KETO_TESTS_ENABLED : ${{ github.event_name == 'pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_keto_tests == 'true' }}
96+ ORY_B2B_ENABLED : ${{ github.event_name == 'pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_b2b_tests == 'true' }}
97+ ORY_SOCIAL_PROVIDER_TESTS_ENABLED : ${{ github.event_name == 'pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_social_provider_tests == 'true' }}
98+ ORY_SCHEMA_TESTS_ENABLED : ${{ github.event_name == 'pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_schema_tests == 'true' }}
99+ ORY_PROJECT_TESTS_ENABLED : ${{ github.event_name == 'pull_request' || github.event.inputs.run_all == 'true' || github.event.inputs.enable_project_tests == 'true' }}
102100 run : ./scripts/run-acceptance-tests.sh -v -timeout 20m ./...
Original file line number Diff line number Diff line change 11name : Lint
22
33on :
4- push :
5- branches : [main]
64 pull_request :
75 branches : [main]
86
Original file line number Diff line number Diff line change 11name : Unit Tests
22
33on :
4- push :
5- branches : [main]
64 pull_request :
75 branches : [main]
86
You can’t perform that action at this time.
0 commit comments