Skip to content

Commit

Permalink
[FSSDK-10438] revert the change to check branch protection rule
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Sep 20, 2024
1 parent b780845 commit fc4b6dd
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
branches: [ master ]

jobs:
integration_tests:
name: Run integration tests
uses: optimizely/react-sdk/.github/workflows/integration_test.yml@master
secrets:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
unitTests:
name: Run Unit Tests (Node ${{ matrix.node }})
runs-on: ubuntu-latest
Expand All @@ -30,6 +24,13 @@ jobs:
run: yarn install
- name: Run tests
run: yarn test
integration_tests:
name: Run integration tests
needs: [ unitTests ]
uses: optimizely/react-sdk/.github/workflows/integration_test.yml@master
secrets:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
coverage:
name: Jest Coverage Report
runs-on: ubuntu-latest
Expand Down

0 comments on commit fc4b6dd

Please sign in to comment.