mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 02:40:43 -06:00
Rename github action jobs for consistency.
This commit is contained in:
parent
21d6984153
commit
48f6cc148a
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
ci_tests_archlinux:
|
ci_tests_archlinux:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Test Docker Action
|
name: Arch Linux (via Docker) CI
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
ci_tests_ubuntu-18:
|
ci_tests_ubuntu-18:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
name: Ubuntu-18.04 Tests
|
name: Ubuntu-18.04 CI Tests
|
||||||
env:
|
env:
|
||||||
TZ: America/Los_Angeles
|
TZ: America/Los_Angeles
|
||||||
steps:
|
steps:
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log
|
path: ${{ github.workspace }}/build/Testing/Temporary/LastTest.log
|
||||||
ci_tests_ubuntu-20:
|
ci_tests_ubuntu-20:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
name: Ubuntu-20.04 Tests
|
name: Ubuntu-20.04 CI Tests
|
||||||
env:
|
env:
|
||||||
TZ: America/Los_Angeles
|
TZ: America/Los_Angeles
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/mac-tests.yaml
vendored
2
.github/workflows/mac-tests.yaml
vendored
@ -3,7 +3,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
ci_tests_mac:
|
ci_tests_mac:
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
name: macOS Tests
|
name: macOS CI Tests
|
||||||
env:
|
env:
|
||||||
TZ: America/Los_Angeles
|
TZ: America/Los_Angeles
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user