Skip to content

Split unit tests and integration tests into different workflows #651

Split unit tests and integration tests into different workflows

Split unit tests and integration tests into different workflows #651

Workflow file for this run

name: Run tests
on:
push:
jobs:
run-unit-tests:
name: Unit tests
uses: rsksmart/rsk-powhsm/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/run-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/run-tests.yml" -> "rsksmart/rsk-powhsm/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
run-integration-tests:
name: Integration tests
uses: rsksmart/rsk-powhsm/.github/workflows/[email protected]