Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Upgrade cads-ui-library #105

Upgrade cads-ui-library

Upgrade cads-ui-library #105

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.REGISTRY_TOKEN }}
- run: npm install
- run: npm test