Skip to content

Commit

Permalink
test build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Oct 9, 2024
1 parent f150b36 commit 96f0a79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
name: "Build - ${{ matrix.artifact-name }}"
runs-on: ubuntu-22.04
steps:
- name: Output Run ID
run: echo ${{ github.run_id }}
- name: Output Run Number
run: echo ${{ github.run_number }}
- name: Output Run Attempt
run: echo ${{ github.run_attempt }}
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
Expand Down Expand Up @@ -103,6 +109,12 @@ jobs:
name: "Build - ${{ matrix.artifact-name }}"
runs-on: ${{ matrix.os }}
steps:
- name: Output Run ID
run: echo ${{ github.run_id }}
- name: Output Run Number
run: echo ${{ github.run_number }}
- name: Output Run Attempt
run: echo ${{ github.run_attempt }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 96f0a79

Please sign in to comment.