Skip to content

Commit a62fdc6

Browse files
[FSSDK-11473] test-ci removal from pipeline (#1038)
1 parent 0237be2 commit a62fdc6

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/javascript.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,24 @@ jobs:
4040
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
4141
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
4242

43-
crossbrowser_and_umd_unit_tests:
44-
runs-on: ubuntu-latest
45-
env:
46-
BROWSER_STACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
47-
BROWSER_STACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
48-
steps:
49-
- uses: actions/checkout@v3
50-
- name: Set up Node
51-
uses: actions/setup-node@v3
52-
with:
53-
node-version: 16
54-
cache: 'npm'
55-
cache-dependency-path: ./package-lock.json
56-
- name: Cross-browser and umd unit tests
57-
working-directory: .
58-
run: |
59-
npm install
60-
npm run test-ci
43+
# crossbrowser_and_umd_unit_tests:
44+
# runs-on: ubuntu-latest
45+
# env:
46+
# BROWSER_STACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }}
47+
# BROWSER_STACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
48+
# steps:
49+
# - uses: actions/checkout@v3
50+
# - name: Set up Node
51+
# uses: actions/setup-node@v3
52+
# with:
53+
# node-version: 16
54+
# cache: 'npm'
55+
# cache-dependency-path: ./package-lock.json
56+
# - name: Cross-browser and umd unit tests
57+
# working-directory: .
58+
# run: |
59+
# npm install
60+
# npm run test-ci
6161

6262
unit_tests:
6363
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)