Skip to content

Commit

Permalink
Merge pull request #83 from EmaSuriano/percy-setup-2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmaSuriano authored Nov 21, 2023
2 parents 5430239 + fea4fd1 commit 911b6d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ jobs:
node-version-file: '.nvmrc'

- run: yarn install --frozen-lockfile
- run: yarn add @percy/cli -D

- run: yarn build
env:
NOTION_API_KEY: ${{secrets.NOTION_API_KEY}}
DATABASE_ID: ${{secrets.DATABASE_ID}}
DATABASE_ID: ${{secrets.DATABASE_ID}}

- run: npx percy snapshot dist/
env:
PERCY_TOKEN: ${{secrets.PERCY_TOKEN}}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Main](https://github.com/EmaSuriano/astro-art-portfolio/actions/workflows/main.yml/badge.svg)](https://github.com/EmaSuriano/astro-art-portfolio/actions/workflows/main.yml)
![Dependabot Status](https://badgen.net/github/dependabot/EmaSuriano/astro-art-portfolio)
[![Netlify Status](https://api.netlify.com/api/v1/badges/8d66fa66-0596-4ae2-97ef-bef6134b2681/deploy-status)](https://app.netlify.com/sites/astro-art-portfolio/deploys)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Ema-suriano/astro-art)

> Art portfolio built with Astro and using Notion API.
Expand Down

0 comments on commit 911b6d0

Please sign in to comment.