Skip to content

Commit

Permalink
fix: drop tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jul 3, 2023
1 parent a82ae7c commit d11e080
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/mqttjs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Test Browser
timeout-minutes: 2
run: |
sudo apt install chromium-browser
npm run browser-build
npm run unit-test:browser -- --silly
env:
CI: true
DEBUG: "mqttjs"

- name: Test NodeJS
run: npm run test:node
env:
Expand Down

0 comments on commit d11e080

Please sign in to comment.