File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,15 @@ jobs:
39
39
BUILD_NUMBER : ${{ github.run_id }}
40
40
TESTAPP_BRANCH : master
41
41
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
42
- TRAVIS_EVENT_TYPE : ${{ github.event_name }}
42
+ EVENT_TYPE : ${{ github.event_name }}
43
43
GITHUB_CONTEXT : ${{ toJson(github) }}
44
- TRAVIS_REPO_SLUG : ${{ github.repository }}
45
- TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
44
+ # REPO_SLUG : ${{ github.repository }}
45
+ PULL_REQUEST_SLUG : ${{ github.repository }}
46
46
UPSTREAM_REPO : ${{ github.repository }}
47
- TRAVIS_COMMIT : ${{ github.sha }}
48
- TRAVIS_PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
49
- TRAVIS_PULL_REQUEST : ${{ github.event.pull_request.number }}
47
+ PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
48
+ PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
50
49
UPSTREAM_SHA : ${{ github.sha }}
51
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
50
+ TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
52
51
EVENT_MESSAGE : ${{ github.event.message }}
53
52
HOME : ' home/runner'
54
53
run : |
Original file line number Diff line number Diff line change @@ -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@uzair/test-with-fsc
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@uzair/test-with-fsc
37
37
with :
38
38
FULLSTACK_TEST_REPO : ProdTesting
39
39
secrets :
You can’t perform that action at this time.
0 commit comments