Skip to content

feat: Test

feat: Test #4

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: emirdeliz/[email protected]
with:
download-path: example/driver_test
version: 97.0.4692.71
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.0'
channel: 'stable'
architecture: x64
- run: flutter --version
- run: cd example && sh scripts/run-integration-test.sh