Skip to content

Integrate with now-u-backend (api-v2) #354

Integrate with now-u-backend (api-v2)

Integrate with now-u-backend (api-v2) #354

Workflow file for this run

name: Flutter tests
# Run this workflow every time a new commit pushed to your repository
on: pull_request
jobs:
test:
name: Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CHANGELOG_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: [macos-latest]
# os: [ubuntu-latest, macos-latest]
# os: [ubuntu-latest]
steps:
- name: Setup app
uses: ./.github/actions/setup-app
- run: pod repo update
- name: Flutter analyze
run: flutter analyze
- name: Run tests
run: flutter test