2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-30 12:36:45 +00:00

add "invoke static" step

This commit is contained in:
Oliver Walters 2021-08-28 21:05:55 +10:00
parent 09a7a7d2e4
commit f7c515b889

View File

@ -36,6 +36,7 @@ jobs:
sudo apt-get install gettext sudo apt-get install gettext
pip3 install invoke pip3 install invoke
invoke install invoke install
invoke static
- name: Check Templated Files - name: Check Templated Files
run: | run: |
cd ci cd ci