Skip to content

ci: compile and deploy #3

ci: compile and deploy

ci: compile and deploy #3

Workflow file for this run

on:

Check failure on line 1 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: deploy
workflow_call:
inputs:
renderer-template:
required: true
type: string
app-version:
required: true
type: string
defaults:
run:
shell: 'bash'
env:
NODE_NO_WARNINGS: 1
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
npm_config_audit: false
npm_config_fund: false
jobs:
deploy:
strategy:
fail-fast: false
matrix:
os:
- windows-latest
- ubuntu-latest
- macos-latest
environment: ${{inputs.renderer-template}}
runs-on: ${{ matrix.os }}