Skip to content

Commit 5bd43f6

Browse files
committed
[Breaking Change] (config) Add usage description and modify step name.
1 parent 5bee5e6 commit 5bd43f6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/pre-building_test.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
#
66
# Workflow input parameters:
77
# * General arguments:
8-
# * upload_artifact_name: The option 'name' of reusable action 'actions/upload-artifact@v3'.
9-
# * upload_artifact_path: The option 'path' of reusable action 'actions/upload-artifact@v3'.
8+
# * python_package_name: The Python package name.
9+
# * test_import_package_code_1: Test for importing the Python package.
10+
# * test_import_package_code_2: Test for importing the Python package.
11+
# * test_import_package_code_3: Run a Python script for testing the Python package.
12+
# * test_python_script: Test for importing the Python package.
1013
#
1114
# Workflow running output:
1215
# No and do nothing.
@@ -60,7 +63,7 @@ jobs:
6063
pip3 install wheel
6164
pip install -U -r ./requirements/requirements-test.txt
6265
63-
- name: Install SmoothCrawler with by setup.py
66+
- name: Install Python package by setup.py
6467
run: python3 setup.py install --user || exit 1
6568

6669
- name: Show the Python package information

0 commit comments

Comments
 (0)