mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 19:28:35 +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:
|
jobs:
|
||||||
web:
|
web:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
BUNDLE_GEMFILE: ${{ github.workspace }}/web/Gemfile
|
||||||
steps:
|
steps:
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue