From 687cb11f503c0cc5f101f641113082d305b2a30f Mon Sep 17 00:00:00 2001
From: Sigurd <sigurd1994@hotmail.com>
Date: Thu, 17 Feb 2022 13:57:54 +0100
Subject: [PATCH] test

---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index af7b3d3..43ad98a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,6 +8,7 @@ jobs:
     name: test
     runs-on: ubuntu-latest
     steps:
+      - run: ls
       - run: cd backend/secfit
       - run: apt-get update -qy
       - run: pip install -r requirements.txt
-- 
GitLab