Skip to content

Commit

Permalink
Merge pull request #364 from chamil321/bb
Browse files Browse the repository at this point in the history
Allow running tests for master merged PRs
  • Loading branch information
niveathika authored May 5, 2021
2 parents 817d9a7 + 91eb5db commit 26b888d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-timestamped-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
publishUser: ${{ secrets.BALLERINA_BOT_USERNAME }}
publishPAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew publish --scan --no-daemon
./gradlew build publish --scan --no-daemon
- name: Archive Module Compilation Error Log
uses: actions/upload-artifact@v2
if: failure()
Expand Down

0 comments on commit 26b888d

Please sign in to comment.