Skip to content

added the method for attende console #20

added the method for attende console

added the method for attende console #20

Workflow file for this run

# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: component-adapter-interfaces
on:
push:
branches:
- master
jobs:
semantic-release:
name: semantic-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run test:eslint
- run: npm run test:coverage
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}