Skip to content

Revert workflow changes done for gradle plugin update #1025

Revert workflow changes done for gradle plugin update

Revert workflow changes done for gradle plugin update #1025

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/ballerina-action@2201.9.0
with:
args:
test
env:
WORKING_DIR: ./dashboard
BALLERINA_BOT_TOKEN: ${{ secrets.GITHUB_TOKEN }}