From cb0c1247453e134e70380a52cb4e200bb2255234 Mon Sep 17 00:00:00 2001 From: krande Date: Tue, 17 Aug 2021 16:44:23 +0200 Subject: [PATCH] cd into test folder before running tests --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 668233032e..27d36a1a3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,5 +75,6 @@ jobs: - name: Test run: | + cd test sudo /usr/bin/python test/tests.py sudo /usr/bin/python src/ifcopenshell-python/ifcopenshell/test_ids.py \ No newline at end of file