Skip to content

Commit

Permalink
Update FBP
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Nov 22, 2024
1 parent d05afe4 commit d86aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/full_build_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
echo "::set-output name=command::$command_string"
- name: Build ballerina-lang
run: |
python -u dependabot/full_build_pipeline.py ${{ steps.set-command.outputs.command }} --build-level 0
python -u dependabot/full_build_pipeline.py ${{ steps.set-command.outputs.command }} --build-level 0 --skip-tests
env:
packageUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
Expand Down

0 comments on commit d86aeea

Please sign in to comment.