From 34145cfa061512f889151b8c1f196ce67304e1b0 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 17 Jul 2023 13:10:28 +0200 Subject: [PATCH] fix typo --- .github/workflows/test-backend.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 84d87c770..d144928e8 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v3.3.0 - - name: Check for frontend file changes + - name: Check for backend file changes uses: dorny/paths-filter@v2.11.1 id: changes with: @@ -93,11 +93,11 @@ jobs: - name: Load Docker Image run: docker load < /tmp/neo4j.tar - - name: Download Docker Image (Backend) - uses: actions/download-artifact@v3 - with: - name: docker-backend-test - path: /tmp + # - name: Download Docker Image (Backend) + # uses: actions/download-artifact@v3 + # with: + # name: docker-backend-test + # path: /tmp - name: Load Docker Image run: docker load < /tmp/backend.tar