Skip to content

Merge branch 'wip'

Merge branch 'wip' #61

Workflow file for this run

name: Build, Test & Publish Block
on:
pull_request:
types: [opened, reopened, synchronize]
branches:
- 'main'
push:
branches:
- 'main'
workflow_dispatch: {}
jobs:
init:
runs-on: ubuntu-latest
steps:
- uses: milaboratory/github-ci/actions/context/init@v4
with:
version-canonize: false
branch-versioning: main
run:
needs:
- init
uses: milaboratory/github-ci/.github/workflows/node-docker-simple-fast-pnpm.yaml@v4-beta

Check failure on line 22 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build, Test & Publish Block

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 22, Col: 11): Input pnpm-recursive-build is required, but not provided while calling. .github/workflows/build.yaml (Line: 22, Col: 11): Input pnpm-recursive-tests is required, but not provided while calling.
with:
app-name: MiXCR Clonotyping
app-name-slug: 'mixcr-clonotyping'
notify-telegram: true
node-version: '20.x'
build-script-name: 'build'
test: true
test-script-name: 'test'
publish-to-public: 'false'
npmrc-config: |
{
"registries": {
"https://npm.pkg.github.com/": {
"scopes": ["platforma-open"],
"tokenVar": "NODE_AUTH_TOKEN"
}
}
}
secrets:
env: |
{
"PL_LICENSE": ${{ toJSON(secrets.MI_LICENSE) }},
"MI_LICENSE": ${{ toJSON(secrets.MI_LICENSE) }},
"PL_CI_TEST_USER": ${{ toJSON(secrets.PL_CI_TEST_USER) }},
"PL_CI_TEST_PASSWORD": ${{ toJSON(secrets.PL_CI_TEST_PASSWORD) }},
"AWS_CI_IAM_MONOREPO_SIMPLE_ROLE": ${{ toJSON(secrets.AWS_CI_IAM_MONOREPO_SIMPLE_ROLE) }}
}
TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}