fix(added env route)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-10-19 10:50:54 +02:00
parent 940bb7b28b
commit 852fb5abc5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ jobs:
build-and-ship-android:
runs-on: ubuntu-latest
env:
ENV: ${{env.ENVFILE}}
BUNDLE_GEMFILE: ${{ github.workspace }}/apps/skolplattformen-app-new/Gemfile
steps:
- name: Checkout code