Skip to content

Commit

Permalink
[hotfix][ci] Fix AWS E2E tests run workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
z3d1k committed Oct 18, 2023
1 parent 3b4d91d commit 470e682
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
HAS_AWS_CREDS: ${{ secrets.FLINK_AWS_USER != '' && secrets.FLINK_AWS_PASSWORD != '' }}
steps:
- run: echo "Running CI pipeline for JDK version ${{ matrix.jdk }}"
- run: echo "${{ env.FLINK_AWS_USER }}, ${{ env.FLINK_AWS_PASSWORD }} => ${{ HAS_AWS_CREDS }}"

- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 470e682

Please sign in to comment.