Skip to content

Commit

Permalink
Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielOlisil authored Mar 25, 2024
1 parent 4524a69 commit dc73ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/upload-artifact@v4.0.0
with:
name: allure-results
path: .\projeto-gerar-horario\bin\Debug\net8.0\allure-results
path: .\projeto-gerar-horario\bin\Debug\net8.0\
if-no-files-found: error
retention-days: 20

Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/download-artifact@v4.1.0
with:
name: allure-results
path: .\projeto-gerar-horario\bin\Debug\net8.0\allure-results
path: .\projeto-gerar-horario\bin\Debug\net8.0\

- name: Get Allure history (optional)
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit dc73ecc

Please sign in to comment.