Skip to content

Commit

Permalink
workflows/test.yml: fix matrix configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Dec 17, 2024
1 parent 6303eb3 commit 85eb55e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ jobs:
log_file: output_nc_heads.log

- test: novacustom_heads
dpp_download_key: $OPTIPLEX_DOWNLOAD
dpp_logs_key: $OPTIPLEX_LOGS
dpp_download_key: $NOVACUSTOM_HEADS_DOWNLOAD
dpp_logs_key: $NOVACUSTOM_HEADS_LOGS
log_file: output_nc_heads.log

- test: novacustom_comm
dpp_download_key: $OPTIPLEX_DOWNLOAD
dpp_logs_key: $OPTIPLEX_LOGS
log_file: output_nc_heads.log
dpp_download_key: $NOVACUSTOM_HEADS_DOWNLOAD
dpp_logs_key: $NOVACUSTOM_HEADS_LOGS
log_file: output_nc_comm.log

- test: pcengines_dpp
dpp_download_key: $PCENGINES_DOWNLOAD
Expand Down

0 comments on commit 85eb55e

Please sign in to comment.