fix the validation of supporting asset attributes when changing business asset or name #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: backend-test | |
on: pull_request | |
jobs: | |
test: | |
runs-on: windows-latest | |
steps: | |
- name: checkout repo | |
uses: actions/checkout@v3 | |
- name: use node.js | |
uses: actions/setup-node@v3 | |
with: | |
node-version: '20.11.1' | |
- run: npm install | |
working-directory: lib | |
- run: npm run test | |
working-directory: lib |