split into frontend and backend
Some checks failed
Test code / Test code (push) Failing after 41s

This commit is contained in:
2024-05-16 17:08:18 +02:00
parent c2e43622ff
commit 713e4a6671
136 changed files with 10 additions and 2 deletions

View File

@@ -33,13 +33,16 @@ jobs:
uses: https://github.com/android-actions/setup-android@v3
- run: flutter pub get
working-directory: ./frontend
- run: flutter build apk --debug --split-per-abi
working-directory: ./frontend
- name: Release APK
uses: https://gitea.com/akkuman/gitea-release-action@v1
with:
files: build/app/outputs/flutter-apk/*.apk
files: ./frontendbuild/app/outputs/flutter-apk/*.apk
name: Testing release
release_name: testing
tag: testing
@@ -49,3 +52,4 @@ jobs:
token: ${{ secrets.GITEA_TOKEN }}
env:
NODE_OPTIONS: '--experimental-fetch'

View File

@@ -25,6 +25,8 @@ jobs:
cache: true
- run: flutter pub get
working-directory: ./frontend
- run: flutter build web
working-directory: ./frontend

View File

@@ -27,5 +27,7 @@ jobs:
cache: true
- run: flutter pub get
working-directory: ./frontend
- run: flutter test
working-directory: ./frontend