Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
46279792
Unverified
Commit
46279792
authored
Jan 17, 2022
by
Matheus Felipe
Browse files
Create test_of_validate_package action
parent
be086f29
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/test_of_validate_package.yml
0 → 100644
View file @
46279792
name
:
"
Tests
of
validate
package"
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
unittest
:
name
:
'
Run
tests
of
validate
package'
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v2
-
name
:
Set up Python
uses
:
actions/setup-python@v2
with
:
python-version
:
'
3.8'
-
name
:
Run Unittest
run
:
|
cd scripts
python -m unittest discover tests/ --verbose
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment