Skip to content

Commit

Permalink
chore: Update snapshot workflow to include necessary environment vari…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
angelo-loria authored Aug 16, 2024
1 parent 70faeab commit 51db57d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:

- name: Update Snapshots
run: yarn test --grep snapshot --update-snapshots --reporter=list
env:
HOME: /root # required for playwright to run in container

- name: Commit and Push Snapshots
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 51db57d

Please sign in to comment.