Skip to content
name: System Contract Dapp Playground
on:
pull_request:
branches: [main, release/**, 'system-dapp-ci-2nd-attempt']
push:
branches: [main, release/**, 'system-dapp-ci-2nd-attempt']
tags: [v*]
jobs:
production-build:
name: Create production-ready build
uses: ./.github/workflows/dapp-playground-workflow.yml
with:
jobTitle: 'production build'
jobCommand: 'npm run build'
unit-test:
name: Run unit tests
uses: ./.github/workflows/dapp-playground-workflow.yml
with:
jobTitle: 'unit test'
jobCommand: 'npm run test'