Skip to content

Commit

Permalink
10.1.7
Browse files Browse the repository at this point in the history
10.1.7
  • Loading branch information
joegl authored Apr 3, 2024
2 parents 6476dc7 + 69f33ca commit a28798a
Show file tree
Hide file tree
Showing 19 changed files with 447 additions and 445 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
title: ${{ steps.next_tag.outputs.version }}
body: "# DO NOT DELETE"
- name: Push New Branch
if: ${{ steps.tag.outputs.tag }}
run: blt deploy -n
if: ${{ steps.next_tag.outputs.version }}
run: blt deploy --branch=${{ steps.next_tag.outputs.version }}-release-build --commit-msg=${{ steps.next_tag.outputs.version }} --ignore-dirty -n
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 a28798a

Please sign in to comment.