Disable bootsnap to debug

This commit is contained in:
Ryan W
2021-12-27 15:00:24 -08:00
parent f318493e5c
commit 46c77eefe4
+6
View File
@@ -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: