Skip to content

Commit

Permalink
Save wallaby screenshots as artifacts in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hackartisan committed Feb 24, 2025
1 parent 72f1363 commit 103b386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ jobs:
- store_artifacts:
path: cover
destination: cover
- store_artifacts:
path: screenshots
destination: screenshots

workflows:
version: 2
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ npm-debug.log
figgy-fixture-container/fixture-exports/*.binary
figgy-fixture-container/fixture-exports/*.sql
solr/conf/solr_config.zip

# wallaby screenshots
screenshots/*

0 comments on commit 103b386

Please sign in to comment.