test(dput): add system test for PUT /api/files/:dir/:file via dput

This commit is contained in:
André Roth
2026-06-04 17:17:51 +00:00
parent c2b0379e91
commit 00e75ebf3c
3 changed files with 81 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- name: "Install Test Packages"
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends graphviz gnupg2 gpgv2 git gcc make devscripts python3 python3-requests-unixsocket python3-termcolor python3-swiftclient python3-boto python3-azure-storage python3-etcd3 python3-plyvel flake8 faketime
sudo apt-get install -y --no-install-recommends graphviz gnupg2 gpgv2 git gcc make devscripts python3 python3-requests-unixsocket python3-termcolor python3-swiftclient python3-boto python3-azure-storage python3-etcd3 python3-plyvel flake8 faketime dput-ng
- name: "Checkout Repository"
uses: actions/checkout@v4