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:
Thomas A. Christensen II 2024-02-02 19:52:21 -06:00
parent ebae0f3159
commit a0a0a4327f

View file

@ -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