Skip to content

Bump @microsoft/ccf-app from 4.0.7 to 4.0.8 in /package #30

Bump @microsoft/ccf-app from 4.0.7 to 4.0.8 in /package

Bump @microsoft/ccf-app from 4.0.7 to 4.0.8 in /package #30

Workflow file for this run

name: Build ccf-identity package
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
workflow_call:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
cd package
npm install
npm run build
- name: Test
run: |
cd package
npm install --save-dev mocha
npm test