From 0e1b26309d916ee723abc8bf2730ed325f6f74ec Mon Sep 17 00:00:00 2001 From: Philipp van Kempen Date: Thu, 3 Oct 2024 13:40:40 +0200 Subject: [PATCH] ci: add test_weekly.yml workflow (fix) --- .github/workflows/test_weekly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_weekly.yml b/.github/workflows/test_weekly.yml index e73aee7cc..adc3f05f6 100644 --- a/.github/workflows/test_weekly.yml +++ b/.github/workflows/test_weekly.yml @@ -123,7 +123,7 @@ jobs: # python3 -m pytest --run-slow --run-user-context ${{ matrix.config.path }} -rs -s -v - uses: addnab/docker-run-action@v3 with: - image: ${{ matrix.image }} + image: ${{ matrix.config.image }} options: --workdir /home/runner/work/mlonmcu/mlonmcu -v /home/runner/work/mlonmcu/mlonmcu:/home/runner/work/mlonmcu/mlonmcu shell: bash run: python3 -m pytest --run-slow --run-user-context ${{ matrix.config.path }} -rs -s -v