Skip to content

Commit

Permalink
branch instead of version
Browse files Browse the repository at this point in the history
  • Loading branch information
T0jan committed Apr 29, 2024
1 parent c45ac61 commit 46dbb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_deploy.yaml
Expand Up @@ -75,7 +75,7 @@ jobs:
git clone https://github.com/inventree/InvenTree/
mkdir InvenTree/static
cp tests/files/inventree_default_db.sqlite3 InvenTree/
cd InvenTree/ && git switch 0.14.3 && invoke install && invoke migrate && cd -
cd InvenTree/ && git switch 0.14.x && invoke install && invoke migrate && cd -
- name: Ki-nTree setup
run: |
invoke install
Expand Down

0 comments on commit 46dbb1f

Please sign in to comment.