Update and rename mystery-event.yml to mystery-events.yml

This commit is contained in:
flx-sta 2024-07-17 22:36:14 -07:00 committed by GitHub
parent 7a24f68769
commit 0c397db686
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# These are workflows use exclusively for the mystery events sub-project
# It's basically a copy of eslint.yml & test.yml just aimed at a different branch
name: Mystery Events workflows
name: MysteryEvents
on:
# Trigger the workflow on push or pull request,
@ -50,4 +50,4 @@ jobs:
run: npm ci # Use 'npm ci' to install dependencies
- name: tests # Step to run tests
run: npm run test:silent
run: npm run test${{ runner.debug == '0' &&':silent' }} # silent on default. if debug run loud