Skip to content

Merge pull request #3 from phntmxyz/update-core-to-3.0.0 #38

Merge pull request #3 from phntmxyz/update-core-to-3.0.0

Merge pull request #3 from phntmxyz/update-core-to-3.0.0 #38

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'
- uses: actions/checkout@v4
- name: Run tests
run: dart 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