Skip to content

Commit

Permalink
Fix run tests for remote trigger (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Dec 13, 2024
1 parent 1b373ac commit 34aad28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,17 @@ jobs:
DATA_API_VERSION=$(echo "${VERSION_CONFIG}" | jq -r '.dataApiVersion')
echo "DATA_API_VERSION=$DATA_API_VERSION" >> "$GITHUB_ENV"
fi
echo "UI_REF=release-$UI_VERSION" >> "$GITHUB_ENV"
env:
US_VERSION: ${{ env.US_VERSION }}
CONTROL_API_VERSION: ${{ env.CONTROL_API_VERSION }}
DATA_API_VERSION: ${{ env.DATA_API_VERSION }}
UI_VERSION: ${{ env.UI_VERSION }}

- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || env.UI_REF }}

- name: Check docker compose Config
run: npm run test:e2e:docker:check
env:
Expand Down

0 comments on commit 34aad28

Please sign in to comment.