mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
use the correct gemfile
This commit is contained in:
parent
c504c7b6a1
commit
3f68ee804b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/web.yml
vendored
2
.github/workflows/web.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue