mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-23 18:09:55 +00:00
refactor: Rename integration testing CI workflows to 'example-usage'
We have two CI workflows with the name "test" (three if you count "test-14"). This ambiguates the job name, and results in act running both unit tests and integration tests when running `act -j test`. Fix that by changing the names.
This commit is contained in:
parent
ebae0f3159
commit
222380fece
1 changed files with 2 additions and 2 deletions
4
.github/workflows/example.yml
vendored
4
.github/workflows/example.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
example-usage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
all: ${{ matrix.all_distribution }}
|
all: ${{ matrix.all_distribution }}
|
||||||
- run: nextflow -v
|
- run: nextflow -v
|
||||||
|
|
||||||
test-14:
|
example-maximized-build-space:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: easimon/maximize-build-space@v7
|
- uses: easimon/maximize-build-space@v7
|
||||||
|
|
Loading…
Reference in a new issue