Skip to content

Commit

Permalink
checkout and node properly =
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 9, 2024
1 parent 96d516e commit 73a2dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 73a2dea

Please sign in to comment.