Skip to content

Commit 2c9bca9

Browse files
committed
test: Changed github config to include MSIE tests for 2.x
1 parent b188787 commit 2c9bca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run test:ci
3939
env:
4040
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '21') }}
41-
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' }}
41+
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/2.x' }}
4242
BS_USERNAME: ${{ secrets.BS_USERNAME }}
4343
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}
4444

0 commit comments

Comments
 (0)