Skip to content

Commit

Permalink
Merge pull request #81 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v2.8.7
  • Loading branch information
themightychris authored Nov 23, 2021
2 parents b22e5fc + 6db3194 commit 9d0a6ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,22 +90,35 @@ jobs:
env: STUDIO_CONTAINER=,STUDIO_SSH=
working-directory: ${{ github.workspace }}.cypress-workspace

- name: Open access to crash log
if: always()
run: |
sudo chmod ugo+rX /hab/svc/php-runtime/{var,var/logs} || true
sudo chmod ugo+r /hab/svc/php-runtime/var/logs/crash.log || true
- name: Upload crash log
uses: actions/upload-artifact@v2
if: always()
with:
name: crash-log
path: /hab/svc/php-runtime/var/logs/crash.log

- name: Upload supervisor log
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: always()
with:
name: supervisor-log
path: /hab/sup/default/sup.log

- name: Upload Cypress screenshots
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-screenshots
path: ${{ github.workspace }}.cypress-workspace/cypress/screenshots

- name: Upload Cypress videos
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
if: always()
with:
name: cypress-videos
Expand Down
2 changes: 1 addition & 1 deletion .holo/sources/skeleton-v1.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[holosource]
url = "https://github.com/JarvusInnovations/emergence-skeleton.git"
ref = "refs/tags/v1.19.6"
ref = "refs/tags/v1.19.7"

0 comments on commit 9d0a6ea

Please sign in to comment.