mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-18 00:00:26 +08:00
add name to GA jobs
This commit is contained in:
5
.github/workflows/audit.yml
vendored
5
.github/workflows/audit.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "Audit"
|
name: Audit
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
@ -8,7 +8,8 @@ on:
|
|||||||
- cron: '09 22 * * *'
|
- cron: '09 22 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
audit:
|
||||||
|
name: Audit
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|||||||
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: "Test"
|
name: Test
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
@ -9,6 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|||||||
Reference in New Issue
Block a user