mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Rename jobs
This commit is contained in:
parent
da29cfd994
commit
94a9e4375c
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -29,8 +29,8 @@ jobs:
|
||||||
- name: Ensure no staged changes
|
- name: Ensure no staged changes
|
||||||
run: git diff --exit-code
|
run: git diff --exit-code
|
||||||
|
|
||||||
run-test-suite:
|
run-test-suite-linux:
|
||||||
name: Run test suite
|
name: Run test suite for Linux systems
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner:
|
runner:
|
||||||
|
@ -117,7 +117,8 @@ jobs:
|
||||||
duration: 5m
|
duration: 5m
|
||||||
authorized-users: grahamc
|
authorized-users: grahamc
|
||||||
|
|
||||||
run-darwin:
|
run-test-suite-darwin:
|
||||||
|
name: Run test suite for macOS systems
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner:
|
runner:
|
||||||
|
|
Loading…
Reference in a new issue