From 21a322d10663ad56314796a8d21a0855503c9f27 Mon Sep 17 00:00:00 2001 From: Daniel Flook Date: Fri, 11 Oct 2024 21:04:08 +0100 Subject: [PATCH] what --- .github/workflows/test_corpus.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_corpus.yaml b/.github/workflows/test_corpus.yaml index 53da9587..29ef5568 100644 --- a/.github/workflows/test_corpus.yaml +++ b/.github/workflows/test_corpus.yaml @@ -65,7 +65,7 @@ jobs: path: python-minifier - name: Run tests - uses: workflow/.github/actions/run-in-container + uses: ./.github/actions/run-in-container with: image: danielflook/python-minifier-build:python${{ matrix.python }}-2024-09-15 volumes: | @@ -133,7 +133,7 @@ jobs: show-progress: 'false' - name: Generate Report - uses: workflow/.github/actions/run-in-container + uses: ./.github/actions/run-in-container with: image: danielflook/python-minifier-build:python3.13-2024-09-15 volumes: |