Skip to content

Commit 4486f91

Browse files
committed
test: Experimentally changed TEST_PROBE_ONLY to not cover 2.x
1 parent 1223487 commit 4486f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: npm run test:ci
4141
env:
4242
TEST_BROWSERSTACK: ${{ startsWith(matrix.node-version, '21') }}
43-
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' }}
43+
TEST_PROBE_ONLY: ${{ github.ref != 'refs/heads/main' && github.ref != 'refs/heads/2.x' }}
4444
BS_USERNAME: ${{ secrets.BS_USERNAME }}
4545
BS_ACCESSKEY: ${{ secrets.BS_ACCESSKEY }}

0 commit comments

Comments
 (0)