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