mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
CI: set CI_BRANCH_BASE
to v4-dev
This is so that bundlewatch compares against v4-dev and not master.
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -74,6 +74,7 @@ jobs:
|
|||||||
if: matrix.node == 10
|
if: matrix.node == 10
|
||||||
env:
|
env:
|
||||||
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
|
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
|
||||||
|
CI_BRANCH_BASE: v4-dev
|
||||||
|
|
||||||
- name: Run BrowserStack tests
|
- name: Run BrowserStack tests
|
||||||
run: npm run js-test-cloud
|
run: npm run js-test-cloud
|
||||||
|
Reference in New Issue
Block a user