Skip to content

Commit

Permalink
test: remove packages iteratively
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Dec 24, 2021
1 parent 10b47f3 commit 90b297f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/canary.yml
Expand Up @@ -26,8 +26,9 @@ jobs:
- name: test ${{matrix.package}}
run: |
npm install
npx rimraf "**/micromark"
npx rimraf "**/micromark-util-*"
for package in $(ls ../../packages); do
npx rimraf "canary/**/$package"
done
npm test
working-directory: canary/${{matrix.package}}

Expand Down

0 comments on commit 90b297f

Please sign in to comment.