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 6fbda75 commit afa53ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sed -i "s/setup_requires=.*/version='$VERSION',/; s/use_scm_version=.*//" setup.py
- name: Run tests
uses: ./.github/actions/run-in-container
uses: .github/actions/run-in-container
with:
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-09-15
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
test-corpus:
needs: test
name: Minify Corpus
uses: ./.github/workflows/test_corpus.yaml
uses: .github/workflows/test_corpus.yaml
with:
ref: ${{ github.ref }}
base-ref: ${{ github.base_ref }}

0 comments on commit afa53ef

Please sign in to comment.