From ec2a807721987bde30b66fdc86cc5d773c769b44 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Sat, 2 Mar 2024 00:38:49 +0400 Subject: [PATCH] -windows +alpine --- .github/workflows/ci-test-run.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index 8eb8c364..09d2a968 100644 --- a/.github/workflows/ci-test-run.yml +++ b/.github/workflows/ci-test-run.yml @@ -15,12 +15,12 @@ jobs: container: 'ubuntu:22.04' artifact: 'ubuntu' -# - os: ubuntu-latest -# container: 'alpine:3.15.0' -# artifact: 'alpine' + - os: ubuntu-latest + container: 'alpine:3.15.0' + artifact: 'alpine' - - os: windows-latest - artifact: 'windows' +# - os: windows-latest +# artifact: 'windows' # # - os: windows-latest # artifact: 'nanoserver'