From 48dd91d10fcaa531b887dd3f2a6ce31f92bde7cf Mon Sep 17 00:00:00 2001
From: absingh <absingh@mpi-cbg.de>
Date: Mon, 22 May 2023 16:29:15 +0200
Subject: [PATCH] Adding testing to yml

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

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 842c7d85f..fc1b2972b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -81,6 +81,7 @@ jobs:
 
   build_ubuntu:
     runs-on: ubuntu-latest
+    steps:
       - name: Install dependencies
         run: |
           apt-get -y update
-- 
GitLab