Skip to content

Configuration file name updated, Axios and mkdirp removed, Dependenci… #33

Configuration file name updated, Axios and mkdirp removed, Dependenci…

Configuration file name updated, Axios and mkdirp removed, Dependenci… #33

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
paths:
- '**/*.ts'
jobs:
test:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '21'
cache: yarn
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn test