Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Dec 6, 2023
1 parent 4fe978b commit 3525f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_docker_debian_codename_sub_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ${{ fromJSON(needs.build.outputs.matrix_platforms) }}
platform: ['linux/arm/v7', 'linux/arm/v6']
test_script: ['run_install_common.sh', 'run_install_faststartup.sh', 'run_install_webapp_local.sh', 'run_install_webapp_download.sh', 'run_install_libzmq_local.sh']

steps:
Expand Down

0 comments on commit 3525f7d

Please sign in to comment.