FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
client-encryption-python/.github/workflows/test.yml at main · Mastercard/client-encryption-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Mastercard
/
client-encryption-python
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
19
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
client-encryption-python
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
37 lines (37 loc) · 816 Bytes
Breadcrumbs
client-encryption-python
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
37 lines (37 loc) · 816 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
30
31
32
33
34
35
36
37
name
:
Build & Test
'
on
'
:
push
:
branches
:
-
"
**
"
pull_request
:
branches
:
-
"
**
"
schedule
:
-
cron
:
0 16 * * *
workflow_dispatch
:
jobs
:
build
:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
python-version
:
-
3.8
-
3.9
include
:
-
os
:
"
ubuntu-latest
"
steps
:
-
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
name
:
'
Set up Python ${{ matrix.python-version }}
'
uses
:
actions/setup-python@v2
with
:
python-version
:
'
${{ matrix.python-version }}
'
-
name
:
Install dependencies
run
:
|
pip3 install -r requirements.txt
pip3 install .
pip3 install coverage
-
name
:
Run Tests
run
:
|
python -m unittest discover
Back
|
FazBrowse Home
|
New Git URL