Skip to content

Commit d292b6d

Browse files
fix qlty error
1 parent 2c41ceb commit d292b6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cicd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
run: npm run test:coverage
3838
working-directory: ./backend
3939

40-
- name: Run Qlty smells and save output
41-
run: qlty check --output-format json > ../qlty_report.json
42-
working-directory: ./backend
43-
- name: Run Qlty smells and save output
44-
run: qlty check --all --output-format json > ../qlty_report.json
45-
working-directory: ./backend
40+
- name: Instalar e Rodar Qlty
41+
run: |
42+
/home/runner/work/_actions/qltysh/qlty-action/main/install_qlty.sh
4643
44+
cd ./backend
45+
qlty check --all --output-format json > ../qlty_report.json
46+
4747
- name: Instalar GitHub CLI (gh)
4848
run: sudo apt-get install gh -y
4949

0 commit comments

Comments
 (0)