Skip to content

Commit

Permalink
test: don't lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 committed Nov 3, 2023
1 parent b6b88df commit 383feb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node: 20
database: mongo
nodebb: master
lint: true # we only want to lint once
lint: false #true # we only want to lint once
services:
postgres:
image: ${{ startsWith(matrix.database, 'postgres') && 'postgres:15-alpine' || '' }}
Expand Down Expand Up @@ -187,4 +187,4 @@ jobs:
working-directory: nodebb
- name: Run tests
run: npm test test/plugins-installed.js
working-directory: nodebb
working-directory: nodebb

0 comments on commit 383feb0

Please sign in to comment.