Skip to content

Add Github workflow to the Redis DB bal persist client #13

Add Github workflow to the Redis DB bal persist client

Add Github workflow to the Redis DB bal persist client #13

Workflow file for this run

name: PR Build
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
on: pull_request
jobs:
call_workflow:
name: Run PR Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main

Check failure on line 13 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
with:
additional-windows-test-flags: "-x test"