We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8fbddf commit 3bdfe2cCopy full SHA for 3bdfe2c
.github/workflows/playwright.yml
@@ -15,9 +15,6 @@ jobs:
15
test:
16
timeout-minutes: 60
17
runs-on: ubuntu-latest
18
- defaults:
19
- run:
20
- working-directory: bistro-e2e-python
21
steps:
22
- uses: actions/checkout@v4
23
@@ -41,16 +38,16 @@ jobs:
41
38
if: always()
42
39
with:
43
40
name: test-results
44
- path: bistro-e2e-python/test-results/
+ path: test-results/
45
46
- uses: actions/upload-artifact@v4
47
48
49
name: junit-results
50
- path: bistro-e2e-python/junit-results/
+ path: junit-results/
51
52
- name: Publish JUnit Report
53
uses: mikepenz/action-junit-report@v4
54
55
56
- report_paths: "bistro-e2e-python/junit-results/*.xml"
+ report_paths: "junit-results/*.xml"
0 commit comments