File tree 2 files changed +7
-8
lines changed 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -38,16 +38,15 @@ jobs:
38
38
BUILD_NUMBER : ${{ github.run_id }}
39
39
TESTAPP_BRANCH : master
40
40
GITHUB_TOKEN : ${{ secrets.CI_USER_TOKEN }}
41
- TRAVIS_EVENT_TYPE : ${{ github.event_name }}
41
+ EVENT_TYPE : ${{ github.event_name }}
42
42
GITHUB_CONTEXT : ${{ toJson(github) }}
43
- TRAVIS_REPO_SLUG : ${{ github.repository }}
44
- TRAVIS_PULL_REQUEST_SLUG : ${{ github.repository }}
43
+ # REPO_SLUG : ${{ github.repository }}
44
+ PULL_REQUEST_SLUG : ${{ github.repository }}
45
45
UPSTREAM_REPO : ${{ github.repository }}
46
- TRAVIS_COMMIT : ${{ github.sha }}
47
- TRAVIS_PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
48
- TRAVIS_PULL_REQUEST : ${{ github.event.pull_request.number }}
46
+ PULL_REQUEST_SHA : ${{ github.event.pull_request.head.sha }}
47
+ PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
49
48
UPSTREAM_SHA : ${{ github.sha }}
50
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
49
+ TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
51
50
EVENT_MESSAGE : ${{ github.event.message }}
52
51
HOME : ' home/runner'
53
52
run : |
Original file line number Diff line number Diff line change 46
46
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
47
47
48
48
integration_tests :
49
- uses : optimizely/python-sdk/.github/workflows/integration_test.yml@master
49
+ uses : optimizely/python-sdk/.github/workflows/integration_test.yml@uzair/test-with-fsc
50
50
secrets :
51
51
CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
52
52
TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
You can’t perform that action at this time.
0 commit comments