Skip to content

Fix null pointer exception in user authentication #8

Fix null pointer exception in user authentication

Fix null pointer exception in user authentication #8

Workflow file for this run

name: Run Tests
on:
push:
branches: [*]

Check failure on line 4 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 4
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'