Skip to content

Commit

Permalink
ci: rename some jobs to be more readable
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 14, 2024
1 parent 834d009 commit aa9412b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/precompiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: bundle exec ruby -e 'require "rake_compiler_dock"; puts "rcd_image_version=#{RakeCompilerDock::IMAGE_VERSION}"' >> $GITHUB_OUTPUT
working-directory: precompiled

precompiled:
test:
needs: ["ruby_versions"]
strategy:
fail-fast: false
Expand All @@ -65,7 +65,7 @@ jobs:
- run: bundle exec rake compile test
working-directory: precompiled

cruby-package:
generic-package:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
Expand All @@ -86,8 +86,8 @@ jobs:
path: precompiled/gems
retention-days: 1

cruby-install:
needs: ["cruby-package", "ruby_versions"]
generic-install:
needs: ["generic-package", "ruby_versions"]
strategy:
fail-fast: false
matrix:
Expand All @@ -108,7 +108,7 @@ jobs:
working-directory: precompiled
shell: bash

cruby-native-package:
native-package:
needs: ["rcd_image_version"]
strategy:
fail-fast: false
Expand Down Expand Up @@ -142,8 +142,8 @@ jobs:
path: precompiled/gems
retention-days: 1

cruby-linux-install:
needs: ["cruby-native-package", "ruby_versions"]
linux-install:
needs: ["native-package", "ruby_versions"]
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -187,8 +187,8 @@ jobs:
./bin/test-gem-install gems
"
cruby-darwin-install:
needs: ["cruby-native-package", "ruby_versions"]
darwin-install:
needs: ["native-package", "ruby_versions"]
strategy:
fail-fast: false
matrix:
Expand All @@ -212,8 +212,8 @@ jobs:
- run: ./bin/test-gem-install gems
working-directory: precompiled

cruby-x64-mingw-ucrt-install:
needs: ["cruby-native-package", "ruby_versions"]
windows-install:
needs: ["native-package", "ruby_versions"]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit aa9412b

Please sign in to comment.