From b58e325b39cbeb46404e4223cd9ae03cf5ff70ce Mon Sep 17 00:00:00 2001 From: Gintautas Miselis Date: Sun, 20 Dec 2020 11:50:33 +0200 Subject: [PATCH] Use branch of Codeception with Gherkin fix Drop this commit after testing --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 663f2da..7826222 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: run: | composer require --no-update codeception/module-asserts composer require --no-update codeception/module-filesystem - composer require --no-update codeception/codeception + composer require --no-update codeception/codeception:dev-gherkin-fix-namespaced-contexts composer update --no-dev --prefer-dist --no-interaction working-directory: framework-tests