Skip to content

Commit

Permalink
Try to fix gherkin path in GA
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Mar 9, 2021
1 parent ba5c0a1 commit ee721b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,4 @@ jobs:
run: wget https://github.com/cucumber/cucumber/releases/download/cucumber-gherkin%2Fv17.0.2/cucumber-gherkin-linux-amd64 -O gherkin && chmod +x gherkin

- name: Run tests (phpunit)
run: ./vendor/bin/phpunit
env:
PATH: $PATH:.
run: PATH=$PATH:. ./vendor/bin/phpunit

0 comments on commit ee721b4

Please sign in to comment.