mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-02 11:02:56 +03:00
re-enable all the other build steps
This commit is contained in:
parent
3c4c0a4021
commit
5b5048c66c
12
.github/workflows/buck2-ci.yml
vendored
12
.github/workflows/buck2-ci.yml
vendored
@ -17,13 +17,13 @@ jobs:
|
|||||||
path: buck-out
|
path: buck-out
|
||||||
key: ${{ runner.os }}-buck-out
|
key: ${{ runner.os }}-buck-out
|
||||||
|
|
||||||
# - name: buck2 build
|
- name: buck2 build
|
||||||
# run: script/buck2 build //... --show-output
|
run: script/buck2 build //... --show-output
|
||||||
|
|
||||||
# - name: buck2 test
|
- name: buck2 test
|
||||||
# run: script/buck2 test //... -- --env PERCY_TOKEN=$PERCY_TOKEN
|
run: script/buck2 test //... -- --env PERCY_TOKEN=$PERCY_TOKEN
|
||||||
# env:
|
env:
|
||||||
# PERCY_TOKEN: '${{ secrets.PERCY_TOKEN }}'
|
PERCY_TOKEN: '${{ secrets.PERCY_TOKEN }}'
|
||||||
|
|
||||||
- name: buck2 elm-format (with comments)
|
- name: buck2 elm-format (with comments)
|
||||||
if: github.event.pull_request
|
if: github.event.pull_request
|
||||||
|
Loading…
Reference in New Issue
Block a user