Skip to content

Commit

Permalink
ci: use vars to read app id
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberwoc committed Jan 29, 2024
1 parent f891dfb commit 23e0ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
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 templateapp
./occ app:enable ${{ vars.APP_ID }}

- name: Check PHPUnit config file existence
id: check_phpunit
Expand Down

0 comments on commit 23e0ec3

Please sign in to comment.