Skip to content

Commit 3c3c110

Browse files
committed
Fixed CI
1 parent f2c4a9f commit 3c3c110

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on: [push, pull_request]
33
jobs:
44
build:
55
runs-on: ubuntu-latest
6-
env:
7-
TEST_PROPHET: 1
86
strategy:
97
fail-fast: false
108
matrix:
@@ -19,6 +17,7 @@ jobs:
1917
gemfile: gemfiles/rails70.gemfile
2018
env:
2119
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
20+
TEST_PROPHET: 1
2221
steps:
2322
- uses: actions/checkout@v4
2423
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)