summaryrefslogtreecommitdiffstats
path: root/.github/workflows/api-integration-tests.yml
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-23 18:00:36 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-24 16:51:57 +0200
commit2432d56f8c8d713b5ed503f57a873da0058efa02 (patch)
tree76148397a16481687b31095704e6e3033054fe56 /.github/workflows/api-integration-tests.yml
parent80ab436095066ef7f4937b4d0b5c84b13b1dab75 (diff)
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 <info@b-brahmer.de>
Diffstat (limited to '.github/workflows/api-integration-tests.yml')
-rw-r--r--.github/workflows/api-integration-tests.yml2
1 files changed, 1 insertions, 1 deletions
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