try another ordering

This commit is contained in:
Matthias 2021-12-02 11:11:29 +01:00
parent 48f28ad5bb
commit ac6eba8de1
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -23,13 +23,13 @@ jobs:
INVENTREE_MEDIA_ROOT: ./media
INVENTREE_STATIC_ROOT: ./static
steps:
- run: npm install
- name: Checkout Code
uses: actions/checkout@v2
- name: Install node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- name: Checkout Code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with: