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 6ff9e5e commit 4c1effd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
yarn remove @percy/cli && yarn link `echo $PERCY_PACKAGES`
npx percy --version
- run: |
for attempt in {1..20}; do free -m && sar -u ALL; done; &
for attempt in {1..20}; do free -m; done; &
yarn test:coverage

0 comments on commit 4c1effd

Please sign in to comment.