Skip to content

Commit afa53ef

Browse files
committed
what
1 parent 6fbda75 commit afa53ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/xtest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sed -i "s/setup_requires=.*/version='$VERSION',/; s/use_scm_version=.*//" setup.py
2929
3030
- name: Run tests
31-
uses: ./.github/actions/run-in-container
31+
uses: .github/actions/run-in-container
3232
with:
3333
image: danielflook/python-minifier-build:${{ matrix.python }}-2024-09-15
3434
run: |
@@ -45,7 +45,7 @@ jobs:
4545
test-corpus:
4646
needs: test
4747
name: Minify Corpus
48-
uses: ./.github/workflows/test_corpus.yaml
48+
uses: .github/workflows/test_corpus.yaml
4949
with:
5050
ref: ${{ github.ref }}
5151
base-ref: ${{ github.base_ref }}

0 commit comments

Comments
 (0)