From cdc6c3da80d71ab00d52314c42d163087a5d90fc Mon Sep 17 00:00:00 2001 From: KryukovaPolina <32718724+KryukovaPolina@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:00:32 +0300 Subject: [PATCH] fix: run tests with atp fix --- .github/workflows/run_nightly_tests.yaml | 5 +++-- tests/Dockerfile | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_nightly_tests.yaml b/.github/workflows/run_nightly_tests.yaml index 49276d98..80f32b47 100644 --- a/.github/workflows/run_nightly_tests.yaml +++ b/.github/workflows/run_nightly_tests.yaml @@ -5,8 +5,9 @@ permissions: contents: read on: - schedule: - - cron: '0 0 * * *' + push +# schedule: +# - cron: '0 0 * * *' jobs: Nightly-Pgskipper-Pipeline: diff --git a/tests/Dockerfile b/tests/Dockerfile index be41a88d..6dd3fcbb 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/netcracker/qubership-docker-integration-tests:0.5.3 +FROM ghcr.io/callmesi/qubership-docker-integration-tests:1.0.0 ENV LC_ALL=en_US.UTF-8 \ LANG=en_US.UTF-8