From 3f68ee804b110c5e6979a19b8f5ad066b0d39d2f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 13 Jan 2024 16:52:42 +0100 Subject: [PATCH] use the correct gemfile --- .github/workflows/web.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1f30bbd..3ef5c4e 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -2,6 +2,8 @@ on: [push, pull_request] jobs: web: runs-on: ubuntu-latest + env: + BUNDLE_GEMFILE: ${{ github.workspace }}/web/Gemfile steps: - name: Clone repository uses: actions/checkout@v4