From b82a3be4bf7f394fb4c2f6028986bd1483e48a57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Andrei?= Date: Thu, 28 Oct 2021 17:07:44 +0200 Subject: [PATCH] Fix Github Actions test path --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07a4fbb9..d8095218 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,4 +53,4 @@ jobs: # test - name: test run: | - ./bin/zope-testrunner --auto-color --auto-progress --test-path src/plone.volto/tests/ + ./bin/zope-testrunner --auto-color --auto-progress --test-path src