Skip to content

Commit

Permalink
Testing Docker build tests with multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Jan 23, 2024
1 parent 8730a5d commit 452137e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
with:
python_version: "3.8"
docker_build_tests:
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@master
uses: neongeckocom/.github/.github/workflows/docker_build_tests.yml@FEAT_DockerBuildTestsPlatforms
with:
platforms: linux/amd64,linux/arm64
unit_tests:
strategy:
matrix:
Expand Down

0 comments on commit 452137e

Please sign in to comment.