Skip to content

Use correct name of the node-version input #320

Use correct name of the node-version input

Use correct name of the node-version input #320

name: 'Test docs and coverage workflow'
on:
pull_request:
jobs:
generate-docs-and-coverage:
name: Generate docs and coverage report
uses: ./.github/workflows/docs-and-coverage.yml
with:
run-after-install: git config --global user.email "[email protected]" && git config --global user.name "Test User"
prepare-gh-pages-commands: |
mv docs/* ./gh-pages
mv coverage/lcov-report ./gh-pages/coverage