Merge pull request #99 from flx-sta/feature/mysyery-events-workflows

update mystery-event.yml
This commit is contained in:
flx-sta 2024-07-17 15:01:33 -07:00 committed by GitHub
commit 23a3bd506c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,8 +32,7 @@ jobs:
- name: eslint # Step to run linters
run: npm run eslint-ci
run-tests: # Define a job named "run-tests"
run-tests: # Define a job named "run-tests"
name: Run tests # Human-readable name for the job
runs-on: ubuntu-latest # Specify the latest Ubuntu runner for the job
@ -51,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:silent