Skip to content

Commit

Permalink
fix invalid ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberwoc committed Jan 29, 2024
1 parent 23e0ec3 commit 5bac1ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
# ./occ app:enable ${{ env.APP_NAME }}
./occ app:enable ${{ vars.APP_ID }}
- name: Check PHPUnit config file existence
Expand Down

0 comments on commit 5bac1ae

Please sign in to comment.