Skip to content

Commit

Permalink
output pulumi version in integ tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval Shavit authored Jan 24, 2023
1 parent 020e12e commit e3f43f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-integ-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ jobs:
app_to_test: ts-events
mode: upgrade
steps:
- name: versions
run: |
echo "pulumi $(pulumi version)"
- uses: actions/checkout@v3
with:
repository: ${{ inputs.test-app-repo }}
Expand Down

0 comments on commit e3f43f7

Please sign in to comment.