From 46c77eefe4d5cac552f8aff8889daf51283432e6 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Mon, 27 Dec 2021 15:00:24 -0800 Subject: [PATCH] Disable bootsnap to debug --- .github/workflows/ruby.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 70420b1..51beb5a 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -10,6 +10,10 @@ jobs: linters: runs-on: ubuntu-latest + env: + DISABLE_BOOTSNAP: true + DISABLE_BOOTSNAP_LOAD_PATH_CACHE: true + steps: - uses: actions/checkout@v2.4.0 - name: Set up Ruby @@ -29,6 +33,8 @@ jobs: env: RAILS_ENV: test DATABASE_URL: postgres://postgres:postgres@localhost:5432 + DISABLE_BOOTSNAP: true + DISABLE_BOOTSNAP_LOAD_PATH_CACHE: true services: postgres: