Skip to content

Commit

Permalink
only build DEFAULT modules for uw-tests (#2105)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Kinard <[email protected]>
  • Loading branch information
Polber authored Jan 3, 2025
1 parent 58187b9 commit 934a393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/uw-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# with:
# fetch-depth: 0
# ref: ${{ steps.variables.outputs.releaseTag }}
# token: ${{ secrets.GITHUB_TOKEN }}
- name: Create test branch
run: git checkout -b $TEST_BRANCH_NAME $BRANCH_COMMIT
env:
Expand All @@ -59,6 +60,7 @@ jobs:
- name: Run Integration Tests
run: |
./cicd/run-it-tests \
--modules-to-build="DEFAULT" \
--it-region="us-central1" \
--it-project="cloud-teleport-testing" \
--it-artifact-bucket="cloud-teleport-testing-it-gitactions" \
Expand Down

0 comments on commit 934a393

Please sign in to comment.