Skip to content

Commit

Permalink
wip(build): print build inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Jan 10, 2025
1 parent a158d70 commit f3a3790
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f3a3790

Please sign in to comment.