Skip to content

Commit

Permalink
jest --colors
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Nov 7, 2024
1 parent 4433604 commit 14bd924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
run: |
npm run add-all-xmpls
rm -rf xmpls
- name: Test
run: |
npm i
npm test
npm test -- --colors
- name: Extract last commit author email and name
id: extract_commit_info
run: |
Expand Down

0 comments on commit 14bd924

Please sign in to comment.