Skip to content

Commit

Permalink
Add run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
rehlma committed Jul 16, 2024
1 parent 30bf8fd commit 73fa653
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ 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: flutter test

build:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 73fa653

Please sign in to comment.