Skip to content

Commit acbcbc6

Browse files
committed
Add dev container to CI (#270)
1 parent e431262 commit acbcbc6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88

9+
strategy:
10+
matrix:
11+
tag: [latest, dev]
12+
913
container:
10-
image: google/dart:latest
14+
image: google/dart:${{ matrix.tag }}
1115

1216
steps:
1317
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)