Skip to content

⬆️ Bump tj-actions/changed-files from 22 to 41 in /.github/workflows in the github_actions group across 1 directory #2

⬆️ Bump tj-actions/changed-files from 22 to 41 in /.github/workflows in the github_actions group across 1 directory

⬆️ Bump tj-actions/changed-files from 22 to 41 in /.github/workflows in the github_actions group across 1 directory #2

Workflow file for this run

name: File Tests
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "npm"
- run: npm ci
- name: Run unit tests on the repo
run: npm run test