Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelprazak committed Sep 29, 2023
1 parent ec6dba4 commit ac2c291
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,6 @@ jobs:
- name: Install language plugin
run: |-
pulumi plugin install language scala --server github://api.github.com/VirtusLab/besom
- name: Force AWS provider into offline mode
run: |-
pulumi config set aws:skipCredentialsValidation true
pulumi config set aws:skipMetadataApiCheck true
pulumi config set aws:skipRequestingAccountId true
# These two may be any non-empty string:
pulumi config set --secret aws:accessKey "fake"
pulumi config set --secret aws:accessKey "fake"
- name: Test examples
env:
AWS_EC2_METADATA_DISABLED: true
Expand Down

0 comments on commit ac2c291

Please sign in to comment.