Revert "Update Envoy image version to v1.29.12.2 (#799)" (#800) #768
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: integration-test | |
| on: | |
| push: | |
| branches: | |
| - master | |
| permissions: | |
| id-token: write | |
| contents: read | |
| jobs: | |
| integration-test: | |
| name: Integration Test | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - name: Checkout Code | |
| uses: actions/checkout@v3 | |
| - name: Run integration test action | |
| uses: ./.github/actions/integration-test | |
| with: | |
| aws_role: "${{ secrets.BETA_TEST_AWS_ROLE }}" | |
| vpc_id: "${{ secrets.INTEG_TEST_VPC }}" | |
| account_id: "${{ secrets.BETA_AWS_ACCOUNT }}" |