Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Aug 9, 2024
1 parent f3edb5a commit 1462766
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 136 deletions.
134 changes: 0 additions & 134 deletions .github/workflows/deploy-package.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@ jobs:
COMMIT_INFO_SHA: ${{github.event.pull_request.head.sha}}
- name: Upload Cypress Screenshots
uses: actions/upload-artifact@v4
working-directory: screen-builder
# Only capture images on failure
if: failure()
with:
name: cypress-screenshots
path: tests/e2e/screenshots
path: screen-builder/tests/e2e/screenshots

- name: Upload Cypress Videos
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1462766

Please sign in to comment.