Skip to content

Commit

Permalink
test: Changed github config to include MSIE tests for 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
cure53 committed May 18, 2024
1 parent b188787 commit 2c9bca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run test:ci
env:
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '21') }}
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' }}
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/2.x' }}
BS_USERNAME: ${{ secrets.BS_USERNAME }}
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}

0 comments on commit 2c9bca9

Please sign in to comment.