Skip to content

Commit

Permalink
ci: improve workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 16, 2024
1 parent 9936b20 commit 87524c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Integration

on:
push:
branches:
- main
pull_request:

env:
APP_ENV: prod
Expand Down Expand Up @@ -109,6 +112,5 @@ jobs:
- name: Check that a major update was performed
run: ./bin/console --version | grep -v 6.5




- name: Default Storefront should be available
run: curl -q --fail http://localhost:8000
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: PHP
on:
push:
branches:
- main
pull_request:

jobs:
Expand Down

0 comments on commit 87524c8

Please sign in to comment.