Skip to content

Skip processing jar file in replace_placeholder.bal file #954

Skip processing jar file in replace_placeholder.bal file

Skip processing jar file in replace_placeholder.bal file #954

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 }}