Skip to content

Commit

Permalink
Add dev container to CI (exercism#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liklainy committed Dec 8, 2020
1 parent 475e5e2 commit 1c7138f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
tag: [latest, dev]

container:
image: google/dart:latest
image: google/dart:${{ matrix.tag }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 1c7138f

Please sign in to comment.