mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 09:16:03 +00:00
Merge pull request #99 from flx-sta/feature/mysyery-events-workflows
update mystery-event.yml
This commit is contained in:
commit
23a3bd506c
5
.github/workflows/mystery-event.yml
vendored
5
.github/workflows/mystery-event.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user