From 73a2deaadfa2d5a8c3e0e501052674d64d9daec2 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Wed, 9 Oct 2024 11:39:46 -0600 Subject: [PATCH] checkout and node properly = --- .github/workflows/run-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 57f8512342..f3223ae8da 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -40,6 +40,8 @@ jobs: # If should_run_tests is false, we still want the steps of this job to execute so that check-run-test-success will run. We do this by creating an array with one dummy element tests: ${{ fromJSON(inputs.test_infos) }} steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 - name: Verify initial variable states run: | echo "Testing AZLE_IS_FEATURE_BRANCH_PR:" @@ -79,7 +81,6 @@ jobs: # Run JavaScript tests node .github/scripts/test_env_vars.js - - uses: actions/checkout@v4 - uses: ./.github/actions/set_run_conditions id: set-conditions - name: Set condition environment variables