Skip to content

Commit

Permalink
fix-e2e-test (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
goshander authored Dec 13, 2024
1 parent 859da40 commit 6e493ed
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: datalens-tech/datalens-ui
path: ./datalens-ui

- uses: actions/setup-node@v3
with:
node-version: 20
Expand All @@ -37,6 +32,12 @@ jobs:
echo "CONTROL_API_VERSION=$CONTROL_API_VERSION" >> "$GITHUB_ENV"
echo "DATA_API_VERSION=$DATA_API_VERSION" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
with:
repository: datalens-tech/datalens-ui
path: ./datalens-ui
ref: release-${{ env.UI_VERSION }}

- name: Check docker compose Config
working-directory: ./datalens-ui
run: npm run test:e2e:docker:check
Expand Down

0 comments on commit 6e493ed

Please sign in to comment.