Fix misnamed parameter in stubtest_third_party (#9716)

This commit is contained in:
Avasam
2023-03-09 02:33:45 -05:00
committed by GitHub
parent 8ff3278ef7
commit a5fc97e6da
3 changed files with 6 additions and 6 deletions

View File

@@ -95,7 +95,7 @@ jobs:
PYTHON_EXECUTABLE="python"
fi
$PYTHON_EXECUTABLE tests/stubtest_third_party.py --specified-stubs-only --num-shards 4 --shard-index ${{ matrix.shard-index }}
$PYTHON_EXECUTABLE tests/stubtest_third_party.py --specified-platforms-only --num-shards 4 --shard-index ${{ matrix.shard-index }}
stub-uploader:
name: Run the stub_uploader tests
runs-on: ubuntu-latest

View File

@@ -85,7 +85,7 @@ jobs:
PYTHON_EXECUTABLE="python"
fi
$PYTHON_EXECUTABLE tests/stubtest_third_party.py --specified-stubs-only $STUBS
$PYTHON_EXECUTABLE tests/stubtest_third_party.py --specified-platforms-only $STUBS
else
echo "Nothing to test"
fi