Skip to content

Commit

Permalink
OXDEV-7472 Update actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter committed Sep 22, 2023
1 parent a6ff929 commit 15b3a45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
sleep 2
- name: Run tests
continue-on-error: true
continue-on-error: false
run: |
docker-compose exec -T \
-e PARTIAL_MODULE_PATHS=oe/graphql-base,oe/graphql-storefront \
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
sed -i 's/<?php/<?php\n\nrequire(__DIR__ . "\/..\/c3.php");/' source/source/bootstrap.php
- name: Run tests
continue-on-error: true
continue-on-error: false
run: |
docker-compose exec -T \
-e PARTIAL_MODULE_PATHS=oe/graphql-base,oe/graphql-storefront \
Expand Down

0 comments on commit 15b3a45

Please sign in to comment.