update mystery-event.yml
This commit is contained in:
parent
09808887b7
commit
ad222513cb
|
@ -32,8 +32,7 @@ jobs:
|
||||||
|
|
||||||
- name: eslint # Step to run linters
|
- name: eslint # Step to run linters
|
||||||
run: npm run eslint-ci
|
run: npm run eslint-ci
|
||||||
run-tests: # Define a job named "run-tests"
|
|
||||||
|
|
||||||
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
|
name: Run tests # Human-readable name for the job
|
||||||
runs-on: ubuntu-latest # Specify the latest Ubuntu runner 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
|
run: npm ci # Use 'npm ci' to install dependencies
|
||||||
|
|
||||||
- name: tests # Step to run tests
|
- name: tests # Step to run tests
|
||||||
run: npm run test:silent
|
run: npm run test:silent
|
||||||
|
|
Loading…
Reference in New Issue