Skip to content

Commit

Permalink
fix: added ci test job
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Sep 12, 2024
1 parent 5f4050c commit 1ba7c0e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Automated testing

on:
push:
branches:
- main

steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter test
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# 0.2.3

## CI

- CI test job

# 0.2.2

## Test

- Smoke test to show notifications
- Smoke test to check if onTap works

# 0.2.1

## Documentation

- Fixed readme.md

# 0.2.0
Expand Down

0 comments on commit 1ba7c0e

Please sign in to comment.