Skip to content

Commit

Permalink
Fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jun 20, 2020
1 parent ab9577a commit 7ca5d3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: [windows-latest, ubuntu-latest, macos-latest]
node-version: [12.x, 14.x]

name: Test on ${{ matrix.os }}
name: Test on ${{ matrix.os }} (Node.js ${{ matrix.node-version }})

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion src/test/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export const run = (): Promise<void> => {
const mocha = new Mocha({
ui: 'bdd',
});
mocha.useColors(true);

const testsRoot = path.resolve(__dirname, '..');

Expand Down

0 comments on commit 7ca5d3a

Please sign in to comment.