File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
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 }}
10
16
unitTests :
11
17
name : Run Unit Tests (Node ${{ matrix.node }})
12
18
runs-on : ubuntu-latest
24
30
run : yarn install
25
31
- name : Run tests
26
32
run : yarn test
27
-
28
33
coverage :
29
34
name : Jest Coverage Report
30
35
runs-on : ubuntu-latest
36
41
custom-title : ' Jest Coverage Report'
37
42
package-manager : ' yarn'
38
43
39
- integration_tests :
40
- name : Run integration tests
41
- needs : [ unitTests ]
42
- uses : optimizely/react-sdk/.github/workflows/integration_test.yml@master
43
- secrets :
44
- CI_USER_TOKEN : ${{ secrets.CI_USER_TOKEN }}
45
- TRAVIS_COM_TOKEN : ${{ secrets.TRAVIS_COM_TOKEN }}
44
+
You can’t perform that action at this time.
0 commit comments