Skip to content

Commit fc4b6dd

Browse files
[FSSDK-10438] revert the change to check branch protection rule
1 parent b780845 commit fc4b6dd

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/react.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77
branches: [ master ]
88

99
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 }}
1610
unitTests:
1711
name: Run Unit Tests (Node ${{ matrix.node }})
1812
runs-on: ubuntu-latest
@@ -30,6 +24,13 @@ jobs:
3024
run: yarn install
3125
- name: Run tests
3226
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 }}
3334
coverage:
3435
name: Jest Coverage Report
3536
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)