re-enable all the other build steps

This commit is contained in:
Brian Hicks 2023-05-08 16:54:45 -05:00
parent 3c4c0a4021
commit 5b5048c66c
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -17,13 +17,13 @@ jobs:
path: buck-out
key: ${{ runner.os }}-buck-out
# - name: buck2 build
# run: script/buck2 build //... --show-output
- name: buck2 build
run: script/buck2 build //... --show-output
# - name: buck2 test
# run: script/buck2 test //... -- --env PERCY_TOKEN=$PERCY_TOKEN
# env:
# PERCY_TOKEN: '${{ secrets.PERCY_TOKEN }}'
- name: buck2 test
run: script/buck2 test //... -- --env PERCY_TOKEN=$PERCY_TOKEN
env:
PERCY_TOKEN: '${{ secrets.PERCY_TOKEN }}'
- name: buck2 elm-format (with comments)
if: github.event.pull_request