From f3a37904d315d139ac67ddb0002b50eb3396060d Mon Sep 17 00:00:00 2001 From: Leo McArdle Date: Fri, 10 Jan 2025 11:47:28 +0000 Subject: [PATCH] wip(build): print build inputs --- .github/workflows/test-build.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 8637594fef2c..15605b87d7ab 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -47,6 +47,13 @@ jobs: if: github.repository == 'mdn/yari' steps: + - name: Print information about build + run: | + echo "rari-branch: ${{ github.event.inputs.rari-branch }}" + echo "content-branch: ${{ github.event.inputs.content-branch }}" + echo "notes: ${{ github.event.inputs.notes || env.DEFAULT_NOTES }}" + echo "invalidate: ${{ github.event.inputs.content-branch }}" + - uses: actions/checkout@v4 - uses: actions/checkout@v4 @@ -161,10 +168,6 @@ jobs: cargo build --release cp target/release/rari ../../node_modules/@mdn/rari/bin/ - - name: Print information about build - run: | - echo "notes: ${{ github.event.inputs.notes || env.DEFAULT_NOTES }}" - - name: Print information about CPU run: cat /proc/cpuinfo