Skip to content

Commit

Permalink
CI: set CI_BRANCH_BASE to v4-dev
Browse files Browse the repository at this point in the history
This is so that bundlewatch compares against v4-dev and not master.
  • Loading branch information
XhmikosR committed Apr 28, 2020
1 parent 1f38542 commit 42c1957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -74,6 +74,7 @@ jobs:
if: matrix.node == 10
env:
BUNDLEWATCH_GITHUB_TOKEN: "${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}"
CI_BRANCH_BASE: v4-dev

- name: Run BrowserStack tests
run: npm run js-test-cloud
Expand Down

0 comments on commit 42c1957

Please sign in to comment.