anyway/.gitea/workflows/build-web.yaml
Remy Moll 9bf047442e
Some checks failed
Test, Build and Release apk / Build APK (push) Failing after 17m25s
Test, Build and Release web / Build Web (push) Failing after 18m18s
update flutter version
2024-05-04 11:35:13 +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.6
cache: true
- run: flutter pub get
# - run: flutter test