From bad906d97b9cf41bfa7df2a9d2991245ca65b1ce Mon Sep 17 00:00:00 2001 From: aradermacher Date: Wed, 25 Oct 2023 20:36:38 +0200 Subject: [PATCH] fix test workflow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e124d9..2f9fe1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,5 +1,5 @@ # This workflow will install the environment, run the example/Wall -name: wall +name: tests on: push: @@ -50,5 +50,5 @@ jobs: - name: run tests shell: bash -l {0} #new shell run: | - pytest + cd tests/ && pytest