Skip to content

Wait until the database is reachable in job-create-site #84

Wait until the database is reachable in job-create-site

Wait until the database is reachable in job-create-site #84

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
build_bench:
name: Test Pull Request
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: |
helm lint erpnext
docker compose -p frappe-helm -f tests/compose.yaml run tests