Skip to content

Commit

Permalink
install html-minifier-terser in the Github CI env.
Browse files Browse the repository at this point in the history
  • Loading branch information
lolwheel committed May 31, 2022
1 parent 425907a commit 15e5867
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v2
- name: Install PlatformIO
- name: Install PlatformIO and html-minifier-terser
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
npm install html-minifier-terser -g
- name: Install library dependencies
run: pio lib -g install 1
- name: Run tests Owie
Expand Down

0 comments on commit 15e5867

Please sign in to comment.