fix: Add default MQTT max packet (#509) #977
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Default test | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Use Node.js ${{ matrix.node-version }} | |
uses: actions/setup-node@v4 | |
with: | |
node-version: 16.x | |
- name: Install Helm | |
uses: azure/setup-helm@v4 | |
with: | |
version: v3.11.0 | |
- name: test | |
run: | | |
cd test | |
npm install | |
npm run test |