Skip to content

Updating workflows to use reusable #115

Updating workflows to use reusable

Updating workflows to use reusable #115

Workflow file for this run

name: Run Maven Tests
on:
push:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
branches:
- 'main'
- 'release/*'
pull_request:
paths-ignore: ['*.md', 'CODEOWNERS', 'LICENSE']
jobs:
call-reusable-workflow:
uses: nationalsecurityagency/datawave/.github/workflows/microservice-maven-tests.yaml@integration

Check failure on line 14 in .github/workflows/tests.yaml

View workflow run for this annotation

GitHub Actions / Run Maven Tests

Invalid workflow file

The workflow is not valid. .github/workflows/tests.yaml (Line: 14, Col: 11): Secret USER_NAME is required, but not provided while calling. .github/workflows/tests.yaml (Line: 14, Col: 11): Secret ACCESS_TOKEN is required, but not provided while calling.