diff --git a/.github/workflows/mystery-event.yml b/.github/workflows/mystery-event.yml index 448ce8f3e43..016ea7abdba 100644 --- a/.github/workflows/mystery-event.yml +++ b/.github/workflows/mystery-event.yml @@ -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 \ No newline at end of file + run: npm run test:silent