Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 11, 2024
1 parent 0f97db7 commit 21a322d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_corpus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 21a322d

Please sign in to comment.