Skip to content

Use 2201.11.0-pre-rc1 tag for PR connector build #1027

Use 2201.11.0-pre-rc1 tag for PR connector build

Use 2201.11.0-pre-rc1 tag for PR connector build #1027

Workflow file for this run

name: Pull Request Build
on: pull_request
jobs:
ubuntu-build:
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Testing the Dashboard Generation
uses: ballerina-platform/[email protected]
with:
args:
test
env:
WORKING_DIR: ./dashboard
BALLERINA_BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}