use the correct gemfile

This commit is contained in:
Ell 2024-01-13 16:52:42 +01:00
parent c504c7b6a1
commit 3f68ee804b

View file

@ -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