File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 37
37
SDK : javascript
38
38
FULLSTACK_TEST_REPO : ${{ inputs.FULLSTACK_TEST_REPO }}
39
39
BUILD_NUMBER : ${{ github.run_id }}
40
- TESTAPP_BRANCH : master
40
+ TESTAPP_BRANCH : test-5.x.x
41
41
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
42
42
EVENT_TYPE : ${{ github.event_name }}
43
43
GITHUB_CONTEXT : ${{ toJson(github) }}
53
53
run : |
54
54
CLIENT=node home/runner/travisci-tools/trigger-script-with-status-update.sh
55
55
# Run only browser builds when it's FSC not for FPS.
56
- [ "$FULLSTACK_TEST_REPO" == "ProdTesting" ] || CLIENT=browser home/runner/travisci-tools/trigger-script-with-status-update.sh
56
+ [ "$FULLSTACK_TEST_REPO" == "ProdTesting" ] || CLIENT=browser home/runner/travisci-tools/trigger-script-with-status-update.sh
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: Javascript
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ 5.x.x ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ 5.x.x ]
8
8
9
9
jobs :
10
10
lint_markdown_files :
11
- uses : optimizely/javascript-sdk/.github/workflows/lint_markdown.yml@master
11
+ uses : optimizely/javascript-sdk/.github/workflows/lint_markdown.yml@5.x.x
12
12
13
13
lint :
14
14
runs-on : ubuntu-latest
@@ -27,13 +27,13 @@ jobs:
27
27
npm run lint
28
28
29
29
integration_tests :
30
- uses : optimizely/javascript-sdk/.github/workflows/integration_test.yml@master
30
+ uses : optimizely/javascript-sdk/.github/workflows/integration_test.yml@5.x.x
31
31
secrets :
32
32
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
33
33
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
34
34
35
35
fullstack_production_suite :
36
- uses : optimizely/javascript-sdk/.github/workflows/integration_test.yml@master
36
+ uses : optimizely/javascript-sdk/.github/workflows/integration_test.yml@5.x.x
37
37
with :
38
38
FULLSTACK_TEST_REPO : ProdTesting
39
39
secrets :
You can’t perform that action at this time.
0 commit comments