FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TigerTag-SDK-Python/.github/workflows/test.yml at main · TigerTag-Project/TigerTag-SDK-Python · GitHub
TigerTag-Project
/
TigerTag-SDK-Python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TigerTag-SDK-Python
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 630 Bytes
Breadcrumbs
TigerTag-SDK-Python
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
29 lines (23 loc) · 630 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name
:
Tests
on
:
push
:
branches
:
[main]
pull_request
:
branches
:
[main]
jobs
:
test
:
name
:
Python ${{ matrix.python-version }}
runs-on
:
ubuntu-latest
strategy
:
matrix
:
python-version
:
["3.8", "3.10", "3.12"]
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v5
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install SDK with all optional dependencies
run
:
pip install -e ".[full]"
-
name
:
Run tests
run
:
python -m unittest discover tests/ -v
Back
|
FazBrowse Home
|
New Git URL