feat: bill follow and unfollow functionality to testimony page #1752
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Chromatic" | |
on: ["push", "pull_request"] | |
jobs: | |
chromatic-deployment: | |
if: github.repository_owner == 'codeforboston' | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: ./.github/actions/setup-repo | |
- name: Publish to Chromatic | |
uses: chromaui/action@v1 | |
with: | |
projectToken: f8618e690599 | |
exitZeroOnChanges: true | |
exitOnceUploaded: true |