Skip to content

Add error handling for database connection #9

Add error handling for database connection

Add error handling for database connection #9

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- *

Check failure on line 5 in .github/workflows/pr-check-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-check-tests.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
jobs:
run-rapid-tests:
strategy:
matrix:
jdk: [21, 17, 11, 8]
uses: ./.github/workflows/run-tests.yaml
with:
source: 'specs'
specs_url: 'https://ewe-assets.s3.amazonaws.com/developer-tools/api/rapid/v3/specs.yaml'
sdk_version: 1.0.${{ github.run_id }}
sdk_namespace: 'rapid'
jdk: ${{ matrix.jdk }}
endpoint_prefix: '/v3'