Skip to content

Commit

Permalink
Fix listings and search
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Oct 22, 2024
1 parent 5c9cdef commit 94299f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/visual-acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ jobs:
name: cypress-image-snapshots-visual-acceptance
path: cypress/__image_snapshots__

visualblockslisting:
visualblockslistingandsearch:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
name: Blocks Listing
Expand Down Expand Up @@ -489,7 +489,7 @@ jobs:

# working-directory: backend

- run: make ci-acceptance-test-visual SPEC='cypress/tests/visual/blocks-listing.cy.js'
- run: make ci-acceptance-test-visual SPEC='cypress/tests/visual/blocks-listingsandsearch.cy.js'

# Upload Cypress screenshots
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 94299f4

Please sign in to comment.