fix typo in github test workflow

This commit is contained in:
mahula 2023-02-10 08:47:28 +01:00
parent ee5aea4c85
commit 592e1c11c5

View File

@ -379,7 +379,7 @@ jobs:
- name: Download Docker Image (Backend)
uses: actions/download-artifact@v3
with:
name: docker-backendend-test
name: docker-backend-test
path: /tmp
- name: Load Docker Image
run: docker load < /tmp/backend.tar