Skip to content

Commit

Permalink
test workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prklm10 committed Feb 8, 2024
1 parent 57e8675 commit 1ba4ef3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,6 @@ jobs:
cd ${{ github.workspace }}
yarn remove @percy/cli && yarn link `echo $PERCY_PACKAGES`
npx percy --version
- run: yarn test:coverage
- run: |
sar -u ALL 1 100 &
yarn test:coverage

0 comments on commit 1ba4ef3

Please sign in to comment.