Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato committed Aug 4, 2023
1 parent d09b47f commit 6f67fbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/smoke-test-cli-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
repository_dispatch:
types:
- smoke-test-cli
pull_request:
branches:
- master
env:
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
Expand All @@ -26,7 +29,7 @@ env:
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
PULUMI_API: https://api.pulumi-staging.io
PULUMI_TEST_OWNER: moolumi
PULUMI_VERSION: ${{ github.event.client_payload.ref }}
PULUMI_VERSION: 3.76.1
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
jobs:
dotnet-unit-testing:
Expand Down

0 comments on commit 6f67fbe

Please sign in to comment.