From ff38a0ec1b222733d1fc4557290c700e6cac75d9 Mon Sep 17 00:00:00 2001 From: grdddj Date: Mon, 16 Oct 2023 10:03:11 +0200 Subject: [PATCH] WIP - yml style fixes --- ci/test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/test.yml b/ci/test.yml index 84ff9c677..4d8a5ac3e 100644 --- a/ci/test.yml +++ b/ci/test.yml @@ -90,7 +90,7 @@ core device test czech: variables: TREZOR_PROFILING: 1 # so that we get coverage data MULTICORE: 4 # more could interfere with other jobs - TEST_LANG: "cs" # czech + TEST_LANG: "cs" # czech script: - $NIX_SHELL --run "poetry run make -C core test_emu_ui_multicore | ts -s" after_script: @@ -122,7 +122,7 @@ core device test french: variables: TREZOR_PROFILING: 1 # so that we get coverage data MULTICORE: 4 # more could interfere with other jobs - TEST_LANG: "fr" # french + TEST_LANG: "fr" # french script: - $NIX_SHELL --run "poetry run make -C core test_emu_ui_multicore | ts -s" after_script: @@ -187,7 +187,7 @@ core device R test czech: TREZOR_PROFILING: "1" TREZOR_MODEL: "R" MULTICORE: 4 # more could interfere with other jobs - TEST_LANG: "cs" # czech + TEST_LANG: "cs" # czech script: - $NIX_SHELL --run "poetry run make -C core test_emu_ui_multicore | ts -s" after_script: @@ -220,7 +220,7 @@ core device R test french: TREZOR_PROFILING: "1" TREZOR_MODEL: "R" MULTICORE: 4 # more could interfere with other jobs - TEST_LANG: "fr" # french + TEST_LANG: "fr" # french script: - $NIX_SHELL --run "poetry run make -C core test_emu_ui_multicore | ts -s" after_script: @@ -464,7 +464,7 @@ core click test czech: - core unix frozen debug build variables: TREZOR_PROFILING: 1 - TEST_LANG: "cs" # czech + TEST_LANG: "cs" # czech script: - $NIX_SHELL --run "poetry run make -C core test_emu_click_ui | ts -s" after_script: @@ -495,7 +495,7 @@ core click test french: - core unix frozen debug build variables: TREZOR_PROFILING: 1 - TEST_LANG: "fr" # french + TEST_LANG: "fr" # french script: - $NIX_SHELL --run "poetry run make -C core test_emu_click_ui | ts -s" after_script: @@ -557,7 +557,7 @@ core click R test czech: - core unix frozen R debug build variables: TREZOR_PROFILING: 1 - TEST_LANG: "cs" # czech + TEST_LANG: "cs" # czech script: - nix-shell --run "poetry run make -C core test_emu_click_ui | ts -s" after_script: @@ -587,7 +587,7 @@ core click R test french: - core unix frozen R debug build variables: TREZOR_PROFILING: 1 - TEST_LANG: "fr" # french + TEST_LANG: "fr" # french script: - nix-shell --run "poetry run make -C core test_emu_click_ui | ts -s" after_script: