Skip to content

INTEGRATE ANVU PAYMASTER FOR TEMPORARY ACCOUNT DEPLOYMENT #256

INTEGRATE ANVU PAYMASTER FOR TEMPORARY ACCOUNT DEPLOYMENT

INTEGRATE ANVU PAYMASTER FOR TEMPORARY ACCOUNT DEPLOYMENT #256

Workflow file for this run

name: Build CI
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.27.3'
- name: Install dependencies
run: flutter pub get
- name: Verify formatting
run: dart format --output=none --set-exit-if-changed .
- name: Generate files
run: flutter pub run build_runner build --delete-conflicting-outputs
- name: Analyze project source
run: flutter analyze
#- name: Run tests
# run: flutter test