Skip to content

Commit c5a4b01

Browse files
committed
fix matrix setup for OS
1 parent 5c63bfd commit c5a4b01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
on: [push, pull_request]
22
name: acceptance tests
33
jobs:
4-
Linux:
4+
linux:
55
strategy:
66
matrix:
77
os: ["ubuntu:latest", "debian:latest", "fedora:latest", "centos:7"]
88
runs-on: ubuntu-latest
9+
container:
10+
image: ${{ matrix.os }}
911
steps:
1012
- name: Checkout code
1113
uses: actions/checkout@v2

0 commit comments

Comments
 (0)