File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
branches : [ master ]
8
8
9
9
jobs :
10
- integration_tests :
11
- name : Run integration tests
12
- uses : optimizely/react-sdk/.github/workflows/integration_test.yml@master
13
- secrets :
14
- CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
15
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
16
10
unitTests :
17
11
name : Run Unit Tests (Node ${{ matrix.node }})
18
12
runs-on : ubuntu-latest
30
24
run : yarn install
31
25
- name : Run tests
32
26
run : yarn test
27
+ integration_tests :
28
+ name : Run integration tests
29
+ needs : [ unitTests ]
30
+ uses : optimizely/react-sdk/.github/workflows/integration_test.yml@master
31
+ secrets :
32
+ CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
33
+ TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
33
34
coverage :
34
35
name : Jest Coverage Report
35
36
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments