anyway/.gitea/workflows/build-web.yaml
Remy Moll a67a8fad20
Some checks failed
continuous-integration/drone/push Build is failing
Test, Build and Release apk / Build APK (push) Successful in 1m2s
Test, Build and Release web / Build Web (push) Successful in 9s
feature/ci-deploy (#1)
Reviewed-on: remoll/fast-network-navigation#1
2024-05-04 15:33:38 +00: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