mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-01 13:47:05 +00:00
Merge branch 'mystery-battle-events' into event/getting-lost-at-the-sea
This commit is contained in:
commit
fd80036dac
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…
x
Reference in New Issue
Block a user