Skip to content

[2201.0.0] Update stripe-connector to support list-customer functionality #1929

[2201.0.0] Update stripe-connector to support list-customer functionality

[2201.0.0] Update stripe-connector to support list-customer functionality #1929

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
container:
runs-on: ubuntu-latest
container:
image: ballerina/ballerina:2201.0.0
options: --user root
steps:
- uses: actions/checkout@v2
- name: Build with Gradle
env:
BALLERINA_CENTRAL_ACCESS_TOKEN: ${{ secrets.BALLERINA_CENTRAL_ACCESS_TOKEN }}
JAVA_OPTS: -DBALLERINA_DEV_COMPILE_BALLERINA_ORG=true
GRADLE_USER_HOME: ~/.gradle
run: |
./gradlew build -Prelease=false -Premote=true