Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Mar 27, 2024
1 parent 9420c01 commit 916f5f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,11 @@ jobs:
sudo env/bin/python mycodo/start_flask_ui.py &
sleep 10
wget --no-check-certificate -p https://127.0.0.1 -O /dev/null
sudo apt install npm
printf "\n# Installing npm\n"
sudo apt update && sudo apt install npm
printf "\n# Installing redoc-cli\n"
sudo npm install -g redoc-cli
printf "\n# Generating manual\n"
sudo bash mycodo/scripts/generate_manual_api.sh
- name: Test with pytest
run: |
Expand Down

0 comments on commit 916f5f4

Please sign in to comment.