Skip to content

Commit b68aead

Browse files
committed
github actions
1 parent 37c448b commit b68aead

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: test-my-app
1+
name: test-esp
22
on: [push, workflow_dispatch]
33
jobs:
4-
drive:
4+
all-tests:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Clone repository
@@ -12,8 +12,5 @@ jobs:
1212
channel: stable
1313
cache: true
1414
- run: |
15-
sudo apt-get update -y
16-
sudo apt-get install -y ninja-build libgtk-3-dev
15+
# run tests
1716
flutter test
18-
cd example
19-
flutter test integration_test/app_test.dart -dlinux

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Easy Shared Preferences
22

33
[![Pub Publisher](https://img.shields.io/pub/publisher/easy_shared_preferences?style=flat-square)](https://pub.dev/publishers/zeyus.com/packages) [![Pub Version](https://img.shields.io/pub/v/easy_shared_preferences)](https://pub.dev/packages/easy_shared_preferences) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4+
[![Build Status](https://github.com/NexusDynamic/easy_shared_preferences/workflows/test-esp/badge.svg)](https://github.com/NexusDynamic/easy_shared_preferences/actions)
5+
46

57
A game or app settings oriented wrapper API for [shared_preferences](https://pub.dev/packages/shared_preferences) (with cache), type-safe settings framework for Flutter applications with automatic validation, change notifications, and modular design.
68

0 commit comments

Comments
 (0)