6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-22 21:28:24 +00:00

ci: fix test running in release action

This commit is contained in:
Régis Behmo 2022-11-29 15:18:31 +01:00
parent 88d882b5b8
commit 346d86af82

View File

@ -43,7 +43,7 @@ jobs:
- name: Install requirements
run: make bootstrap-dev-plugins
- name: Run tests
run: make tests
run: make test
- name: Create bundle
run: make bundle
- name: Test bundle