We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd7071 commit 18f5e9bCopy full SHA for 18f5e9b
.github/workflows/javascript.yml
@@ -40,6 +40,25 @@ jobs:
40
CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }}
41
TRAVIS_COM_TOKEN: ${{ secrets.TRAVIS_COM_TOKEN }}
42
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
61
+
62
unit_tests:
63
runs-on: ubuntu-latest
64
strategy:
0 commit comments