anyway/.gitea/workflows/build-web.yaml
Remy Moll 4e0d6e72d7
Some checks failed
Test, Build and Release web / Build Web (push) Waiting to run
Test, Build and Release apk / Build APK (push) Failing after 7s
more improvements
2024-05-02 18:27:19 +02:00

22 lines
474 B
YAML

on: push
name: Test, Build and Release web
jobs:
build:
name: Build Web
runs-on: k8s
steps:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y xz-utils
- uses: https://github.com/actions/checkout@v1
- uses: https://github.com/subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.19.0
cache: true
- run: flutter pub get
# - run: flutter test