Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Mar 30, 2024
1 parent bd9111d commit 75347ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/visual-comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:
ALGOLIA_SEARCH_KEY: ${{ secrets.ALGOLIA_SEARCH_KEY }}



concurrency:
group: "visual-comparison-${{ github.workflow }}"
cancel-in-progress: false
Expand All @@ -32,6 +33,11 @@ permissions:

jobs:
take-screenshots:

environment:
name: github-pages
url: ${{ steps.take-screenshots.outputs.page_url }}

name: Visual Comparison
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 75347ad

Please sign in to comment.