From d4fa0694e2e30a39d29c16b2824525bb014b7d9f Mon Sep 17 00:00:00 2001
From: Sigurd <sigurd1994@hotmail.com>
Date: Thu, 17 Feb 2022 13:55:56 +0100
Subject: [PATCH] Change workdir

---
 .github/workflows/main.yml   | 2 +-
 backend/secfit/media/test.py | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)
 delete mode 100644 backend/secfit/media/test.py

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2435285..af7b3d3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,9 +8,9 @@ jobs:
     name: test
     runs-on: ubuntu-latest
     steps:
+      - run: cd backend/secfit
       - run: apt-get update -qy
       - run: pip install -r requirements.txt
-    working-directory: ./backend/secfit
 
   staging:
     name: staging
diff --git a/backend/secfit/media/test.py b/backend/secfit/media/test.py
deleted file mode 100644
index 34b6ada..0000000
--- a/backend/secfit/media/test.py
+++ /dev/null
@@ -1 +0,0 @@
-hello = "hello"
\ No newline at end of file
-- 
GitLab