Skip to content

part 5, GHA, CI/CD

part 5, GHA, CI/CD #23

Workflow file for this run

name: "@potatoes/lib-ui: PR to main"
on:
pull_request:
branches: [ main ]
paths:
- 'packages/lib-ui/**'
jobs:
tests:
if: ${{github.event.pull_request.draft == false && !contains(github.event.head_commit.message, '#skip') }}
uses: ./.github/workflows/test.yaml

Check failure on line 12 in .github/workflows/lib-ui-pr.yaml

View workflow run for this annotation

GitHub Actions / @potatoes/lib-ui: PR to main

Invalid workflow file

The workflow is not valid. .github/workflows/lib-ui-pr.yaml (Line: 12, Col: 11): Input node_version is required, but not provided while calling.
with:
node_registry_url: 'https://npm.pkg.github.com'
node_scope: '@potatoes'
node_cache: 'npm'
install_command: 'npm ci'
build_command: 'npm run build -w packages/lib-ui'
test_command: 'npm run test -w packages/lib-ui'