File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change 4848 uses : actions/upload-artifact@v4
4949 with :
5050 name : ${{ matrix.browser }}_results
51- path : ./ resultados-testes-CI
51+ path : resultados-testes-CI
5252 if-no-files-found : ignore
5353 retention-days : 2
5454
@@ -57,15 +57,10 @@ jobs:
5757 uses : actions/download-artifact@v4
5858 with :
5959 name : ${{ matrix.browser }}_results
60- path : ./ resultados/${{ matrix.browser }}
60+ path : resultados/${{ matrix.browser }}
6161
62- - name : Debug - Verificar arquivos baixados
63- if : always()
64- run : ls -R ./resultados/${{ matrix.browser }} || echo "Nenhum arquivo baixado!"
65-
66- - name : Publicar Sumário no GitHub Actions
67- if : always()
68- run : |
69- echo "## 📊 Resultados dos Testes Automatizados 🚀" >> $GITHUB_STEP_SUMMARY
70- echo "- Navegador da execução do teste web: **${{ matrix.browser }}**" >> $GITHUB_STEP_SUMMARY
71- echo "- Status da execução: **${{ job.status == 'success' && '✅ Sucesso' || '❌ Falha' }}**" >> $GITHUB_STEP_SUMMARY
62+ - name : Robot Reporter
63+ 64+ with :
65+ gh_access_token : ${{ secrets.GITHUB_TOKEN }}
66+ report_path : tests-results-CI
You can’t perform that action at this time.
0 commit comments