Skip to content

Make VR API function fetch new token if token refresh fails #516

Make VR API function fetch new token if token refresh fails

Make VR API function fetch new token if token refresh fails #516

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: npm
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4