From 5b5048c66c17a8ada4cd9466f7cca4931b9b84ff Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 8 May 2023 16:54:45 -0500 Subject: [PATCH] re-enable all the other build steps --- .github/workflows/buck2-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/buck2-ci.yml b/.github/workflows/buck2-ci.yml index d6517408..2d26a97b 100644 --- a/.github/workflows/buck2-ci.yml +++ b/.github/workflows/buck2-ci.yml @@ -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