Skip to content

Commit ed45034

Browse files
committed
fix
1 parent 37d1957 commit ed45034

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565

6666
pilot:
6767
name: "Pilot Test: Ruby 3.0 / Rails 7.0"
68-
needs: [lint]
6968
runs-on: ubuntu-22.04
7069
env:
7170
RAILS_VERSION: "7.0"
@@ -91,7 +90,7 @@ jobs:
9190
9291
- name: Run tests
9392
run: bin/test
94-
93+
9594
# Save coverage data as an artifact
9695
- name: Upload coverage reports
9796
uses: actions/upload-artifact@v4
@@ -101,7 +100,7 @@ jobs:
101100
path: coverage/
102101
retention-days: 5
103102

104-
test:
103+
matrix:
105104
name: "Tests: Ruby ${{ matrix.ruby }} / Rails ${{ matrix.rails }}"
106105
needs: [lint, pilot]
107106
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)