make api endpoint url dynamic to environment

This commit is contained in:
Gregor Vostrak
2024-03-13 15:15:21 +01:00
parent 7320efd0a9
commit 1f3d1c18d2
3 changed files with 4 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
name: test-results
path: test-results/
retention-days: 30