We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53df5f8 commit b11da00Copy full SHA for b11da00
.github/workflows/test.yml
@@ -25,7 +25,11 @@ jobs:
25
- uses: actions/download-artifact@v4
26
with:
27
name: build-results
28
- path: .
+ path: artifacts
29
+
30
+ - name: Prepare Python dependencies
31
+ run: pip3 install -r requirements.txt
32
33
- name: Run tests on Renode
34
uses: antmicro/renode-test-action@v5
35
@@ -56,9 +60,6 @@ jobs:
56
60
- name: Run custom build.sh
57
61
run: ./build.sh
58
62
59
- - name: Prepare Python dependencies
- run: pip3 install -r requirements.txt
-
63
- name: Archive build results
64
uses: actions/upload-artifact@v4
65
0 commit comments