mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 17:59:05 -05:00
.github/workflows: Add windows_amd64 to unit test matrix (#3055)
Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -62,9 +62,7 @@ jobs:
|
|||||||
- { runson: ubuntu-latest, goos: linux, goarch: "386" }
|
- { runson: ubuntu-latest, goos: linux, goarch: "386" }
|
||||||
- { runson: ubuntu-latest, goos: linux, goarch: "arm" }
|
- { runson: ubuntu-latest, goos: linux, goarch: "arm" }
|
||||||
- { runson: macos-latest, goos: darwin, goarch: "arm64" }
|
- { runson: macos-latest, goos: darwin, goarch: "arm64" }
|
||||||
# - { runson: windows-latest, goos: windows, goarch: "amd64" }
|
- { runson: windows-latest, goos: windows, goarch: "amd64" }
|
||||||
# https://github.com/opentofu/opentofu/issues/1201 if fixed
|
|
||||||
# ^ un-comment the windows-latest line
|
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
# 👇🏾 GH actions supports only "AMD64 arch", so we are using this action
|
# 👇🏾 GH actions supports only "AMD64 arch", so we are using this action
|
||||||
|
|||||||
Reference in New Issue
Block a user