Skip to content

Commit

Permalink
Merge pull request #40 from kaneeldias/main
Browse files Browse the repository at this point in the history
Revamp implementation
  • Loading branch information
kaneeldias authored Nov 3, 2023
2 parents a8160d8 + e59608d commit 25f1df0
Show file tree
Hide file tree
Showing 30 changed files with 5,493 additions and 897 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,5 @@ jobs:
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

# Build Module Examples
- name: Ballerina Examples Build
run: chmod +x ./examples/build.sh && ./examples/build.sh build
env:
JAVA_HOME: /usr/lib/jvm/default-jvm

# Test Ballerina Project
- name: Ballerina Test
# tests will be skipped if the PR is from a forked repository (as the secrets are not available)
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
run: bal test ./ballerina --test-report --code-coverage --coverage-format=xml
env:
JAVA_HOME: /usr/lib/jvm/default-jvm
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS_KEY }}
REGION: ${{ secrets.REGION }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
2 changes: 1 addition & 1 deletion ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
distribution = "2201.8.0"
org = "ballerinax"
name = "aws.sns"
version = "2.2.0"
version = "3.0.0"
license= ["Apache-2.0"]
authors = ["Ballerina"]
keywords = ["Communication/Notifications", "Cost/Freemium", "Vendor/Amazon"]
Expand Down
Loading

0 comments on commit 25f1df0

Please sign in to comment.