ci: disable fedora and arch mingw docker tests

This commit is contained in:
Amin Yahyaabadi 2023-07-22 12:39:43 -07:00
parent 7f57dc837b
commit cee1b6367a
1 changed files with 4 additions and 4 deletions

View File

@ -140,12 +140,12 @@ jobs:
pnpm: pnpm:
- 8 - 8
container: container:
- "arch.dockerfile"
- "fedora.dockerfile"
- "ubuntu.dockerfile" - "ubuntu.dockerfile"
- "arch-mingw.dockerfile" - "fedora.dockerfile"
- "fedora-mingw.dockerfile" - "arch.dockerfile"
- "ubuntu-mingw.dockerfile" - "ubuntu-mingw.dockerfile"
# - "fedora-mingw.dockerfile"
# - "arch-mingw.dockerfile"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with: