Skip to content

Commit

Permalink
Add Percy integration
Browse files Browse the repository at this point in the history
Ref #78
  • Loading branch information
EvgenyOrekhov committed May 23, 2020
1 parent c0380bb commit 55a1a8a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CI

on:
push:
branches:
- master
pull_request:

jobs:
Percy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- uses: percy/[email protected]
with:
build-directory: "src/"
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

0 comments on commit 55a1a8a

Please sign in to comment.