From 4a3b4f2ff8bda031f1cf9a8330f9afd19c508e14 Mon Sep 17 00:00:00 2001 From: Mikhail Ryzhov Date: Thu, 31 Aug 2023 10:27:15 +0200 Subject: [PATCH] reuse env variables in pipeline --- .github/workflows/linux.yml | 6 +++--- thirdparty/json/nlohmann_json_schema_validator | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 160000 thirdparty/json/nlohmann_json_schema_validator diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3170e615e5e..33913f14002 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -752,9 +752,9 @@ jobs: runs-on: ubuntu-latest-4-cores env: INSTALL_DIR: ${{ github.workspace }}/install - INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests - PARALLEL_TEST_SCRIPT: ${{ github.workspace }}/install/tests/functional_test_utils/run_parallel.py - PARALLEL_TEST_CACHE: ${{ github.workspace }}/install/tests/test_cache.lst + INSTALL_TEST_DIR: ${INSTALL_DIR}/tests + PARALLEL_TEST_SCRIPT: ${INSTALL_TEST_DIR}/functional_test_utils/run_parallel.py + PARALLEL_TEST_CACHE: ${INSTALL_TEST_DIR}/test_cache.lst steps: - name: Create Directories diff --git a/thirdparty/json/nlohmann_json_schema_validator b/thirdparty/json/nlohmann_json_schema_validator new file mode 160000 index 00000000000..27fc1d09450 --- /dev/null +++ b/thirdparty/json/nlohmann_json_schema_validator @@ -0,0 +1 @@ +Subproject commit 27fc1d094503623dfe39365ba82581507524545c