Skip to content

🧪 test(schema): remove system profile tests #90

🧪 test(schema): remove system profile tests

🧪 test(schema): remove system profile tests #90

Workflow file for this run

name: Build
on:
push:
branches: [release]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
# - name: Start Redis
# uses: supercharge/[email protected]
# - run: npm run verify
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}