Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raju-opti committed Dec 8, 2023
1 parent 280f2a0 commit 360dec6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SDK: javascript
FULLSTACK_TEST_REPO: ${{ inputs.FULLSTACK_TEST_REPO }}
BUILD_NUMBER: ${{ github.run_id }}
TESTAPP_BRANCH: master
TESTAPP_BRANCH: test-4.x.x
GITHUB_TOKEN: ${{ secrets.CI_USER_TOKEN }}
EVENT_TYPE: ${{ github.event_name }}
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Javascript

on:
push:
branches: [ master ]
branches: [ raju/odp-fsc ]
pull_request:
branches: [ master ]
branches: [ raju/odp-fsc ]

jobs:
lint_markdown_files:
uses: optimizely/javascript-sdk/.github/workflows/lint_markdown.yml@master
uses: optimizely/javascript-sdk/.github/workflows/lint_markdown.yml@raju/odp-fsc

lint:
runs-on: ubuntu-latest
Expand All @@ -27,13 +27,13 @@ jobs:
npm run lint
integration_tests:
uses: optimizely/javascript-sdk/.github/workflows/integration_test.yml@master
uses: optimizely/javascript-sdk/.github/workflows/integration_test.yml@raju/odp-fsc
secrets:
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}

fullstack_production_suite:
uses: optimizely/javascript-sdk/.github/workflows/integration_test.yml@master
uses: optimizely/javascript-sdk/.github/workflows/integration_test.yml@raju/odp-fsc
with:
FULLSTACK_TEST_REPO: ProdTesting
secrets:
Expand Down

0 comments on commit 360dec6

Please sign in to comment.