We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4ae1e commit 224f723Copy full SHA for 224f723
.github/workflows/run_tests.yml
@@ -35,12 +35,3 @@ jobs:
35
- name: Run test workflow
36
run: python tests/test_workflow.py
37
shell: bash
38
-
39
- - name: Upload test outputs as artifacts
40
- uses: actions/upload-artifact@v3
41
- if: always()
42
- with:
43
- name: test-outputs-${{ matrix.os }}-py${{ matrix.python-version }}
44
- path: |
45
- tests/test-project/targets/pxie-7903/objects
46
- tests/test-plugin-install-dir
0 commit comments