Skip to content

Add run tests on push #33

Add run tests on push

Add run tests on push #33

Workflow file for this run

name: Integration Tests
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.22.0'
channel: 'stable'
- name: Run tests
run: flutter test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies using the Puro Sidekick Plugin
run: cd ci_test && ./skt flutter pub get