Skip to content

raidboss: FRU P3 - add swap reminders to Apoc stacks (#580) #1695

raidboss: FRU P3 - add swap reminders to Apoc stacks (#580)

raidboss: FRU P3 - add swap reminders to Apoc stacks (#580) #1695

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths:
- '**/*.js'
- '**/*.ts'
- '**/*.py'
- 'package*.json'
- 'ui/raidboss/**'
- '.github/workflows/test.yml'
- '.github/actions/setup-js-env/'
pull_request:
paths:
- '**/*.js'
- '**/*.ts'
- '**/*.py'
- 'package*.json'
- 'ui/raidboss/**'
- '.github/workflows/test.yml'
- '.github/actions/setup-js-env/'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-js-env
- name: npm test
run: |
npm test