We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284b3d8 commit 918849fCopy full SHA for 918849f
.github/workflows/tests.yaml
@@ -89,15 +89,6 @@ jobs:
89
90
project e2e.run
91
92
- - uses: actions/upload-artifact@v3
93
- if: always()
94
- with:
95
- name: playwright-report
96
- path: e2e/playwright-report/
97
- retention-days: 5
98
- # TODO: reuse actions/setup:
99
- # https://stackoverflow.com/questions/65242830/in-a-github-actions-workflow-is-there-a-way-to-have-multiple-jobs-reuse-the-sam
100
- # https://github.com/kmadof/github-actions-manual/blob/main/.github/actions/say-hello/action.yml
101
102
- name: Build frontend
103
run: |
0 commit comments