Skip to content

Commit

Permalink
Merge branch 'moovida:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
badger3512 authored Jan 7, 2024
2 parents 25e78dc + 8ed59a5 commit baad974
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Run Tests

on:
push:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Dart
uses: dart-lang/setup-dart@v1
with:
sdk: '2.19.0'

- name: Get Dependencies
run: dart pub get

- name: Run Tests
run: dart test
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
collection: '>=1.14.13'

dev_dependencies:
lint: ^2.2.0
lint: ^2.0.20

test: ^1.14.2

0 comments on commit baad974

Please sign in to comment.