anyway/.gitea/workflows/build-web.yaml
Remy Moll 211fc20e78
Some checks failed
Test, Build and Release web / Build Web (push) Has been cancelled
Test, Build and Release apk / Build APK (push) Failing after 4s
and more
2024-05-02 18:31:34 +02:00

22 lines
455 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: actions/checkout@v4
- 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