Just run on Alpine

This commit is contained in:
Paweł Krawczyk 2021-08-07 14:15:13 +01:00
parent 652863dd97
commit 340f4f83e4
No known key found for this signature in database
GPG Key ID: 32AF1F39C4EE03F2
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
image:
- debian
- centos
- alpine
#- centos
steps:
- name: checkout
uses: actions/checkout@v2