Skip to content

Commit

Permalink
test integration
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Aug 30, 2024
1 parent 8a358ca commit 3538565
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ jobs:
run: ./vendor/bin/shopware-deployment-helper run

- name: Check that a major update was performed
run: ./bin/console --version | grep -v 6.5
run: |
./bin/console --version
./bin/console --version | grep -v " 6.5."
- name: Default Storefront should be available
run: curl -q --fail http://localhost:8000

0 comments on commit 3538565

Please sign in to comment.