This commit is contained in:
Chris Coutinho
2025-05-05 02:46:31 +02:00
parent 325c42a853
commit 4b0a722f0e
+1 -1
View File
@@ -33,7 +33,7 @@ jobs:
- name: Install notes app
run: |
docker compose exec app php occ apps:enable notes
docker compose exec app php occ app:enable notes
# Add subsequent steps here, e.g., running tests
- name: Run tests