@@ -58,31 +58,31 @@ jobs:
5858 - name : Run System Tests
5959 run : npm run test:system
6060
61- - name : SonarCloud Scan
62- uses : SonarSource/sonarcloud-github-action@master
63- env :
64- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
61+ # - name: SonarCloud Scan
62+ # uses: SonarSource/sonarcloud-github-action@master
63+ # env:
64+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6565
66- - name : Carregar os resultados anteriores
67- uses : actions/checkout@v3
68- if : always()
69- continue-on-error : true
70- with :
71- ref : gh-pages
72- path : gh-pages
66+ # - name: Carregar os resultados anteriores
67+ # uses: actions/checkout@v3
68+ # if: always()
69+ # continue-on-error: true
70+ # with:
71+ # ref: gh-pages
72+ # path: gh-pages
7373
74- - name : Gerar relatório
75- uses : simple-elf/allure-report-action@v1.7
76- if : always()
77- with :
78- gh_pages : gh-pages
79- allure_history : ./allure-history
80- allure_results : ./allure-results
74+ # - name: Gerar relatório
75+ # uses: simple-elf/allure-report-action@v1.7
76+ # if: always()
77+ # with:
78+ # gh_pages: gh-pages
79+ # allure_history: ./allure-history
80+ # allure_results: ./allure-results
8181
82- - name : Publicar relatório
83- uses : peaceiris/actions-gh-pages@v3
84- if : always()
85- with :
86- github_token : ${{ secrets.GITHUB_TOKEN }}
87- publish_branch : gh-pages
88- publish_dir : allure-history
82+ # - name: Publicar relatório
83+ # uses: peaceiris/actions-gh-pages@v3
84+ # if: always()
85+ # with:
86+ # github_token: ${{ secrets.GITHUB_TOKEN }}
87+ # publish_branch: gh-pages
88+ # publish_dir: allure-history
0 commit comments