Skip to content

Commit c714cd8

Browse files
committed
fix env
1 parent 9acef6d commit c714cd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
jobs:
1010
rspec:
1111
runs-on: ubuntu-latest
12-
env:
13-
RAILS_ENV: test
1412
services:
1513
mysql:
1614
image: mysql/mysql-server:8.0.30
@@ -79,6 +77,7 @@ jobs:
7977
rubygems: latest
8078
env:
8179
BUNDLE_GEMFILE: gemfiles/${{ matrix.rails }}.gemfile
80+
RAILS_ENV: test
8281

8382
- name: RSpec
8483
env:

0 commit comments

Comments
 (0)