diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 6f7143b62..30c0bf66e 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -40,24 +40,24 @@ jobs: CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }} TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }} - crossbrowser_and_umd_unit_tests: - runs-on: ubuntu-latest - env: - BROWSER_STACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} - BROWSER_STACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} - steps: - - uses: actions/checkout@v3 - - name: Set up Node - uses: actions/setup-node@v3 - with: - node-version: 16 - cache: 'npm' - cache-dependency-path: ./package-lock.json - - name: Cross-browser and umd unit tests - working-directory: . - run: | - npm install - npm run test-ci + # crossbrowser_and_umd_unit_tests: + # runs-on: ubuntu-latest + # env: + # BROWSER_STACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} + # BROWSER_STACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} + # steps: + # - uses: actions/checkout@v3 + # - name: Set up Node + # uses: actions/setup-node@v3 + # with: + # node-version: 16 + # cache: 'npm' + # cache-dependency-path: ./package-lock.json + # - name: Cross-browser and umd unit tests + # working-directory: . + # run: | + # npm install + # npm run test-ci unit_tests: runs-on: ubuntu-latest