Skip to content

Commit

Permalink
Upload test artifacts in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Mar 26, 2024
1 parent f4a2ffd commit 350679f
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 168 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sites-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ jobs:
apachectl stop
apachectl start
blt codeception --group=existingSite
- name: Save Test Results
uses: actions/upload-artifact@v4
if: always()
with:
name: codeception--${{ matrix.site }}
path: /var/www/html/artifacts
test_new_site:
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -207,6 +213,12 @@ jobs:
apachectl stop
apachectl start
blt codeception --group=install
- name: Save Test Results
uses: actions/upload-artifact@v4
if: always()
with:
name: codeception--new-site
path: /var/www/html/artifacts
deploy_branch:
needs:
- test_phpunit
Expand Down
Loading

0 comments on commit 350679f

Please sign in to comment.