Skip to content

zathras JRPN Test

zathras JRPN Test #133

Workflow file for this run

# See https://github.com/subosito/flutter-action
name: JRPN Test
run-name: ${{ github.actor }} JRPN Test
on:
push:
paths-ignore:
- '**/README.md'
workflow_dispatch: # Manually
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
# flutter:version: '3.0.0'
- run: flutter pub upgrade
- run: flutter test test/main_test_15c.dart
- run: flutter test test/main_test_16c.dart