Skip to content

Commit 8a977d9

Browse files
Create widget_test.yml
1 parent 9caf648 commit 8a977d9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/widget_test.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Widget Test
2+
3+
on:
4+
push:
5+
branches: [ master ]
6+
pull_request:
7+
branches: [ master ]
8+
9+
jobs:
10+
build:
11+
12+
runs-on: ubuntu-latest
13+
14+
container:
15+
image: google/dart:latest
16+
17+
steps:
18+
- uses: actions/checkout@v2
19+
- name: Install dependencies
20+
run: pub get
21+
- name: Run tests
22+
run: pub run test

0 commit comments

Comments
 (0)