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 940842f commit b9dfe02Copy full SHA for b9dfe02
1 file changed
.github/workflows/acceptance-testing-e2e.yml
@@ -27,28 +27,24 @@ jobs:
27
with:
28
name: dist_linux
29
path: dist_linux
30
- retention-days: 1
31
32
- name: Upload Slim app binaries (Linux, arm64)
33
uses: actions/upload-artifact@v7.0.0
34
35
name: dist_linux_arm64
36
path: dist_linux_arm64
37
38
39
- name: Upload Slim app binaries (Linux, arm)
40
41
42
name: dist_linux_arm
43
path: dist_linux_arm
44
45
46
- name: Upload Slim app binaries (macOS, amd64)
47
48
49
name: dist_mac
50
path: dist_mac
51
52
53
# Run sensor tests using the e2e testing framework.
54
test-sensor-e2e:
0 commit comments