Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Nov 14, 2024
1 parent d21c124 commit 1eff690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realworld-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Start the test
run: npm run realWorldTestCI
- name: Run format to avoid validation errors on next CI
run: npm run format
run: npx eslint --fix
- name: Push changes to remote
run: |
git add test/realworld/failed*
Expand Down

0 comments on commit 1eff690

Please sign in to comment.