From 222380fece28600b49dcd706b330d07d518e1d5e Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 2 Feb 2024 19:52:21 -0600 Subject: [PATCH] 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. --- .github/workflows/example.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index bb7a91c..3d56335 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -10,7 +10,7 @@ on: types: [published] jobs: - test: + example-usage: runs-on: ubuntu-latest strategy: @@ -43,7 +43,7 @@ jobs: all: ${{ matrix.all_distribution }} - run: nextflow -v - test-14: + example-maximized-build-space: runs-on: ubuntu-latest steps: - uses: easimon/maximize-build-space@v7