mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Make jobnames more understandable
This commit is contained in:
parent
c13ad9dcc6
commit
1083945a00
1 changed files with 5 additions and 5 deletions
10
.github/workflows/macos.yml
vendored
10
.github/workflows/macos.yml
vendored
|
@ -3,7 +3,7 @@ name: MacOS Build and Test
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-make:
|
macos-make:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -36,9 +36,9 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make check
|
run: make check
|
||||||
|
|
||||||
build-make-btaddon:
|
macos-make-btaddon:
|
||||||
if: always()
|
if: always()
|
||||||
needs: [build-make]
|
needs: [macos-make]
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -72,9 +72,9 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make check
|
run: make check
|
||||||
|
|
||||||
build-cmake:
|
macos-cmake:
|
||||||
if: always()
|
if: always()
|
||||||
needs: [build-make, build-make-btaddon]
|
needs: [macos-make, macos-make-btaddon]
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue