Skip to content

Few minor changes to java codebase #1

Few minor changes to java codebase

Few minor changes to java codebase #1

Workflow file for this run

name: Test on PR
on:
pull_request_target:
types: [opened, synchronize, reopened ]
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}
- name: Start Application
working-directory: local-development
run: ./dev_start.sh
- name: Run Tests
working-directory: local-development/php-backend-scripts
run: ./dev_all.sh