Skip to content

Commit

Permalink
add some step names for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote committed Jan 1, 2024
1 parent 50c65a4 commit 4e853a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: |
- name: 'Build Image'
run: |
./docker/build.sh
- name: 'Run Devel Build'
run: |
./docker/run.sh make test-build

0 comments on commit 4e853a1

Please sign in to comment.