Skip to content

Commit

Permalink
Update full build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rdulmina committed Jan 28, 2025
1 parent 97d5ca2 commit 9cf77d2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
with:
name: Ballerina Lang Artifacts
path: ~/.m2/
include-hidden-files: true

outputs:
lang_version: ${{ steps.lang-version.outputs.version }}
Expand Down Expand Up @@ -93,11 +94,11 @@ jobs:
do git clone https://github.com/ballerina-platform/${module_name}.git; \
done
# - name: Checkout non-default branch
# run: |
# for module_name in $(jq -r '.standard_library| .[] | select(.level==${{ matrix.level }}) | .name' extensions.json); do \
# cd $module_name && git fetch origin && git checkout -t origin/java_17_migration && cd ..; \
# done
- name: Checkout non-default branch
run: |
for module_name in $(jq -r '.standard_library| .[] | select(.level==${{ matrix.level }}) | .name' extensions.json); do \
cd $module_name && git fetch origin && git checkout -t origin/2201.10.x || : && cd ..; \
done
- name: Update Lang Version in Module
run: |
Expand Down

0 comments on commit 9cf77d2

Please sign in to comment.