Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Caio-Yokoyama committed Jul 15, 2024
1 parent ff66521 commit 044fc26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Run unit tests
run: |
make test
- name: Quality Gate - Unit Test
run: make test
run: true

0 comments on commit 044fc26

Please sign in to comment.