diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e54d81..7d7f987 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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