Skip to content

Commit

Permalink
Update full build pr check
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Jan 6, 2025
1 parent 39cc0e4 commit 0feed7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request_full_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
OBSERVE_VERSION=1.4.0-20241220-100300-6b4cf7a
OBSERVE_INTERNAL_VERSION=1.4.0-20250103-120100-3c54658
for module_name in $(jq -r '.standard_library| .[] | select(.level==${{ matrix.level }}) | .name' extensions.json); do \
perl -pi -e "s/^\s*observeVersion=.*/observeVersion=$OBSERVE_VERSION/" gradle.properties && \
perl -pi -e "s/^\s*observeInternalVersion=.*/observeInternalVersion=$OBSERVE_INTERNAL_VERSION/" gradle.properties; \
done
perl -pi -e "s/^\s*observeVersion=.*/observeVersion=$OBSERVE_VERSION/" ${module_name}/gradle.properties && \
perl -pi -e "s/^\s*observeInternalVersion=.*/observeInternalVersion=$OBSERVE_INTERNAL_VERSION/" ${module_name}/gradle.properties; \
done
- name: Build Module
run: |
Expand Down

0 comments on commit 0feed7d

Please sign in to comment.