We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37d1957 commit ed45034Copy full SHA for ed45034
1 file changed
.github/workflows/test.yml
@@ -65,7 +65,6 @@ jobs:
65
66
pilot:
67
name: "Pilot Test: Ruby 3.0 / Rails 7.0"
68
- needs: [lint]
69
runs-on: ubuntu-22.04
70
env:
71
RAILS_VERSION: "7.0"
@@ -91,7 +90,7 @@ jobs:
91
90
92
- name: Run tests
93
run: bin/test
94
-
+
95
# Save coverage data as an artifact
96
- name: Upload coverage reports
97
uses: actions/upload-artifact@v4
@@ -101,7 +100,7 @@ jobs:
101
100
path: coverage/
102
retention-days: 5
103
104
- test:
+ matrix:
105
name: "Tests: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}"
106
needs: [lint, pilot]
107
0 commit comments