We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ecd6b commit 9dcc5a9Copy full SHA for 9dcc5a9
.github/workflows/java.yml
@@ -31,13 +31,13 @@ jobs:
31
32
integration_tests:
33
if: ${{ startsWith(github.ref, 'refs/tags/') != true && github.event.inputs.SNAPSHOT != 'true' }}
34
- uses: optimizely/java-sdk/.github/workflows/integration_test.yml@master
+ uses: optimizely/java-sdk/.github/workflows/integration_test.yml@muzahidul-opti-patch-1
35
secrets:
36
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
37
38
fullstack_production_suite:
39
40
41
with:
42
FULLSTACK_TEST_REPO: ProdTesting
43
0 commit comments