From 58f4b671bf22d0a402cb0ebb5ca0db5d2450eac2 Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Thu, 28 Oct 2021 08:34:41 -0400
Subject: [PATCH] trying jobs

---
 .github/workflows/tests.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 3fa96d2e..7a7c2642 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -5,6 +5,8 @@ jobs:
     name: Tests
     runs-on: ubuntu-latest
     steps:
+        - run: cd ..
         - run: pwd
+        - run: ls
         - run: pip3 install -e . --no-deps
         - run: pytest-3
\ No newline at end of file
-- 
GitLab