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 009e269 commit 2683471Copy full SHA for 2683471
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/upload-artifact@v4
25
if: always()
26
with:
27
- name: artifacts
+ name: artifacts-test-${{ matrix.os }}
28
path: |
29
**/recordings/**/*
30
test-ignore-tcc-db:
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
+ name: artifacts-test-ignore-tcc-db-${{ matrix.os }}
46
47
48
test-nvda-install-dir:
@@ -61,6 +61,6 @@ jobs:
61
62
63
64
+ name: artifacts-test-nvda-install-dir-${{ matrix.os }}
65
66
0 commit comments