From 2432d56f8c8d713b5ed503f57a873da0058efa02 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 23 Oct 2022 18:00:36 +0200 Subject: Use app password, change setup method The app password is nice in local testing, since Nextcloud logs too much data if you use the user password. Setup_file and teardown_file are only executed once instead of running before and after every job. Use bats from npm as ubuntu's version is old. Switch to occ for app password Signed-off-by: Benjamin Brahmer --- .github/workflows/api-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/api-integration-tests.yml') diff --git a/.github/workflows/api-integration-tests.yml b/.github/workflows/api-integration-tests.yml index 442557642..484bf38b3 100644 --- a/.github/workflows/api-integration-tests.yml +++ b/.github/workflows/api-integration-tests.yml @@ -59,7 +59,7 @@ jobs: coverage: none - name: Setup BATS & httpie - run: sudo apt-get install -y bats httpie + run: sudo apt-get install -y httpie && npm install -g bats@1.7.0 ### MySQL specific setup - name: Setup mysql -- cgit v1.2.3