File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,14 @@ jobs:
3030 run : find . -type f -name '*.md' -exec awesome_bot {} \;
3131
3232 integration_tests :
33- uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
33+ if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34+ uses : optimizely/java-sdk/.github/workflows/integration_test.yml@mnoman/fsc-gitaction-test
3435 secrets :
3536 CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
3637 TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
3738
3839 fullstack_production_suite :
40+ if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
3941 uses : optimizely/java-sdk/.github/workflows/integration_test.yml@master
4042 with :
4143 FULLSTACK_TEST_REPO : ProdTesting
4446 TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
4547
4648 test :
47- if : startsWith(github.ref, 'refs/tags/') != true
48- runs-on : ubuntu-18.04
49+ if : ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
50+ runs-on : macos-latest
4951 strategy :
5052 fail-fast : false
5153 matrix :
You can’t perform that action at this time.
0 commit comments