Skip to content

Commit

Permalink
skip non-linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
VenelinMartinov committed Nov 13, 2024
1 parent e31ba8e commit c39a0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
# When we decide to bump our minimum go version, we need to remember to bump the
# go version in our go.mod files.
go-version: [1.22.x, 1.23.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
# platform: [ubuntu-latest, macos-latest, windows-latest]
# TODO: skip non-linux for now
platform: [ubuntu-latest]
feature-flags: ["DEFAULT", "PULUMI_TF_BRIDGE_ACCURATE_BRIDGE_PREVIEW"]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c39a0ce

Please sign in to comment.