Disable bootsnap to debug
This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
|||||||
linters:
|
linters:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
DISABLE_BOOTSNAP: true
|
||||||
|
DISABLE_BOOTSNAP_LOAD_PATH_CACHE: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
- name: Set up Ruby
|
- name: Set up Ruby
|
||||||
@@ -29,6 +33,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RAILS_ENV: test
|
RAILS_ENV: test
|
||||||
DATABASE_URL: postgres://postgres:postgres@localhost:5432
|
DATABASE_URL: postgres://postgres:postgres@localhost:5432
|
||||||
|
DISABLE_BOOTSNAP: true
|
||||||
|
DISABLE_BOOTSNAP_LOAD_PATH_CACHE: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
Reference in New Issue
Block a user