Skip to content

Commit

Permalink
Do NOT merge.
Browse files Browse the repository at this point in the history
Isolate test suites for debugging.
  • Loading branch information
Kurt-von-Laven committed Jan 31, 2023
1 parent 44d2ef4 commit f5ea7e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test-mega-linter-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ concurrency:
cancel-in-progress: true

jobs:

build:
name: Test MegaLinter runner
# Set the agent to run on
Expand All @@ -26,5 +25,9 @@ jobs:
uses: ScribeMD/[email protected]
- name: Install dependencies
run: cd mega-linter-runner && yarn install --frozen-lockfile && npm link
- name: Run tests
run: cd mega-linter-runner && npm run test
- name: Run CLI tests
run: cd mega-linter-runner && mocha test/megalinter-cli.test.js
- name: Run module tests
run: cd mega-linter-runner && mocha test/megalinter-module.test.js
- name: Run upgrade tests
run: cd mega-linter-runner && mocha test/megalinter-upgrade.test.js

0 comments on commit f5ea7e2

Please sign in to comment.