Skip to content

Commit b2aaa74

Browse files
authored
feat: updated for fsc git action (#768)
* FSC integration using gitactions.
1 parent 718d2f9 commit b2aaa74

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/integration_test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,15 @@ jobs:
3939
BUILD_NUMBER: ${{ github.run_id }}
4040
TESTAPP_BRANCH: master
4141
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
42-
TRAVIS_EVENT_TYPE: ${{ github.event_name }}
42+
EVENT_TYPE: ${{ github.event_name }}
4343
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 }}
4646
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 }}
5049
UPSTREAM_SHA: ${{ github.sha }}
51-
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
50+
TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
5251
EVENT_MESSAGE: ${{ github.event.message }}
5352
HOME: 'home/runner'
5453
run: |

.github/workflows/javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
npm run lint
2828
2929
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
3131
secrets:
3232
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
3333
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
3434

3535
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
3737
with:
3838
FULLSTACK_TEST_REPO: ProdTesting
3939
secrets:

0 commit comments

Comments
 (0)