Skip to content

UN-2277 get other costs #1342

UN-2277 get other costs

UN-2277 get other costs #1342

Workflow file for this run

name: "Run tests"
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: 24
- name: Install dependencies
run: |
echo //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }} > .npmrc
npm ci
- name: "Run Test"
run: npm run test