Skip to content

Commit

Permalink
Merge pull request #60 from niveathika/master
Browse files Browse the repository at this point in the history
Temporarily fix transaction retry test cases
  • Loading branch information
niveathika authored Dec 10, 2020
2 parents 7aed191 + 42d19fc commit 3c15f19
Show file tree
Hide file tree
Showing 3 changed files with 468 additions and 432 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
packagePAT: ${{ secrets.BALLERINA_BOT_TOKEN }}
run: |
./gradlew publish
- name: Archive Error log
uses: actions/upload-artifact@v2
if: failure()
with:
name: Ballerina Internal Log
path: sql-ballerina/ballerina-internal.log
if-no-files-found: ignore
- name: Dispatch Dependent Module Builds
if: github.event.action != 'stdlib-publish-snapshot'
run: |
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
packageUser: ${{ github.actor }}
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build
- name: Archive Error log
uses: actions/upload-artifact@v2
if: failure()
with:
name: Ballerina Internal Log Linux
path: sql-ballerina/ballerina-internal.log
if-no-files-found: ignore

windows-build:

Expand All @@ -35,3 +42,10 @@ jobs:
packagePAT: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew.bat build -x test
# Due to no docker available in gitaction windows
- name: Archive Error log
uses: actions/upload-artifact@v2
if: failure()
with:
name: Ballerina Internal Log Windows
path: sql-ballerina/ballerina-internal.log
if-no-files-found: ignore
Loading

0 comments on commit 3c15f19

Please sign in to comment.