devops(auto-roll): build project before creating PR

This commit is contained in:
Max Schmitt 2021-08-30 17:46:32 +02:00
parent 610067f61c
commit 4bedf1aca4

View File

@ -19,6 +19,7 @@ jobs:
- name: Roll to new revision
run: |
./utils/roll_browser.js ${{ github.event.client_payload.browser }} ${{ github.event.client_payload.revision }}
npm run build
- name: Prepare branch
id: prepare-branch
run: |