Skip to content

Commit

Permalink
Run kubernetes examples with experimental set
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Feb 14, 2022
1 parent a365c4f commit aabf2d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
kubernetes:
name: kubernetes
needs: test-infra-setup
env:
PULUMI_EXPERIMENTAL: ${{ matrix.experimental }}
runs-on: ${{ matrix.platform }}
steps:
- name: Install DotNet ${{ matrix.dotnet-version }}
Expand Down Expand Up @@ -162,6 +164,9 @@ jobs:
- ubuntu-latest
python-version:
- "3.7"
experimental:
- "true"
- "false"
linting:
name: lint
runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit aabf2d3

Please sign in to comment.