Skip to content

Commit

Permalink
troubleshoot
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 28, 2024
1 parent ed62a70 commit 8b23a6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
npm publish
fi
# TODO the list of excluded dirs will be different for release than it will be for benchmark. Which might be fine. But keep in mind that the tests won't run on examples that haven't had their azle version updated if we are running a release. If we aren't running a release then it might not matter. But if we are running a release I'm not sure we will be able to exclude anythign.
- id: get-test-infos
uses: ./.github/actions/get_test_infos
with:
Expand Down Expand Up @@ -221,6 +222,8 @@ jobs:
echo "Fetching all branches..."
BRANCHES_TO_FETCH=""
echo "${{ steps.collect-branches.outputs.branches }}" | while read branch; do
echo "Current branch: $branch"
echo "BRANCHES_TO_FETCH so far: $BRANCHES_TO_FETCH"
BRANCHES_TO_FETCH+=" ${branch}:${branch}"
done
Expand Down

0 comments on commit 8b23a6d

Please sign in to comment.