]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/bundlewatch.yml
Try to speed up server tests
[github/Chocobozzz/PeerTube.git] / .github / workflows / bundlewatch.yml
index 94536c74e0a7e8281fa7ffbabbbaff541b8a62e3..a829368e81c6122a8bb9159b8e04a91d1fac407f 100644 (file)
@@ -9,9 +9,12 @@ on:
 
 jobs:
 
-  test:
+  bundlewatch:
     runs-on: ubuntu-latest
 
+    env:
+      CI_BRANCH_BASE: develop
+
     steps:
       - uses: actions/checkout@v2
 
@@ -34,7 +37,9 @@ jobs:
       - name: Install dependencies
         run: yarn install --frozen-lockfile
 
-      - uses: jackyef/bundlewatch-gh-action@master
+      - name: Angular bundlewatch
+        uses: jackyef/bundlewatch-gh-action@master
         with:
           build-script: npm run build -- --analyze-bundle
+          branch-base: develop
           bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}