Skip to content

Commit

Permalink
run e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Dec 5, 2024
1 parent 7578984 commit ad6a364
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
headed: false
spec: cypress/e2e/tab.cy.ts

- uses: actions/upload-artifact@v4
if: always()
with:
name: cypress-screenshots for tab.cy.ts
path: frontend/cypress/screenshots
# - uses: actions/upload-artifact@v4
# if: always()
# with:
# name: cypress-screenshots for ${{ matrix.file }}
# path: frontend/cypress/screenshots

- name: remove docker containers
run: docker ps -aq | xargs -r docker rm -f

0 comments on commit ad6a364

Please sign in to comment.