From 42e413062baa512f432ca989696974c5c64eb77f Mon Sep 17 00:00:00 2001 From: Vijai Kumar S Date: Tue, 9 Jul 2024 10:02:17 +0530 Subject: [PATCH] Make test suite url fetching local to the test jobs --- .github/workflows/build.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 45a9120d4..ccd2fb9f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -540,17 +540,6 @@ jobs: else echo "run_integration_tests=false" >> $GITHUB_OUTPUT fi - - name: Checkout code - uses: actions/checkout@v4 - with: - submodules: true - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.8' - - name: Fetch the latest integration SDK url - run: | - echo "LATEST_INTEGRATION_TEST_SDK_URL=$(python CI/ci_cd_helper.py fetch-integration-test-sdk-url 0 | xargs)" >> $GITHUB_ENV integration-tests-latest-release: @@ -596,6 +585,7 @@ jobs: - name: Download and unzip test suite run: | + echo "LATEST_INTEGRATION_TEST_SDK_URL=$(python CI/ci_cd_helper.py fetch-integration-test-sdk-url 0 | xargs)" >> $GITHUB_ENV wget ${{ env.LATEST_INTEGRATION_TEST_SDK_URL }} unzip 3MF_Conformance_Test_Suites_v2.0.0.zip -d test_suites @@ -676,6 +666,7 @@ jobs: - name: Download and unzip test suite run: | + echo "LATEST_INTEGRATION_TEST_SDK_URL=$(python CI/ci_cd_helper.py fetch-integration-test-sdk-url 0 | xargs)" >> $GITHUB_ENV wget ${{ env.LATEST_INTEGRATION_TEST_SDK_URL }} unzip 3MF_Conformance_Test_Suites_v2.0.0.zip -d test_suites @@ -793,6 +784,7 @@ jobs: - name: Download and unzip test suite run: | + echo "LATEST_INTEGRATION_TEST_SDK_URL=$(python CI/ci_cd_helper.py fetch-integration-test-sdk-url 0 | xargs)" >> $GITHUB_ENV wget ${{ env.LATEST_INTEGRATION_TEST_SDK_URL }} unzip 3MF_Conformance_Test_Suites_v2.0.0.zip -d test_suites @@ -863,6 +855,7 @@ jobs: - name: Download and unzip test suite run: | + echo "LATEST_INTEGRATION_TEST_SDK_URL=$(python CI/ci_cd_helper.py fetch-integration-test-sdk-url 0 | xargs)" >> $GITHUB_ENV wget ${{ env.LATEST_INTEGRATION_TEST_SDK_URL }} unzip 3MF_Conformance_Test_Suites_v2.0.0.zip -d test_suites