feat: Add Mozilla Build bootstrap step to alpha.yml workflow

This commit is contained in:
mauro 🤙
2024-05-09 18:18:07 +00:00
parent 8694d1e9bb
commit 30a70815dd

View File

@@ -222,6 +222,10 @@ jobs:
- name: Install dependencies
run: |
pnpm i
- name: Bootstrap Mozilla Build
run: pnpm gluon bootstrap
- name: Load gluon CI setup
run: pnpm gluon ci --brand alpha --display-version ${{ needs.build-data.outputs.version }}