We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f42f02 commit 4440135Copy full SHA for 4440135
.github/workflows/unit_tests.yml
@@ -15,6 +15,8 @@ jobs:
15
python_version: "3.8"
16
docker_build_tests:
17
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
18
+ with:
19
+ platforms: linux/amd64,linux/arm64
20
unit_tests:
21
timeout-minutes: 15
22
strategy:
@@ -51,4 +53,4 @@ jobs:
51
53
uses: actions/upload-artifact@v2
52
54
with:
55
name: gui-service-test-results
- path: tests/gui-service-test-results.xml
56
+ path: tests/gui-service-test-results.xml
0 commit comments