Skip to content

Commit

Permalink
updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhillinger committed Jan 17, 2024
1 parent 45432c7 commit d6f64cb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

- name: Setup Azure CLI Dev
run: |
python -m venv env
source env/bin/activate
pip install -r ./requirements.txt
pip install azdev
Expand All @@ -31,9 +34,11 @@ jobs:
azdev extension add partnercenter
- name: Check style
run: |
source env/bin/activate
azdev style partnercenter
- name: Check linter
run: |
source env/bin/activate
azdev linter partnercenter
run-tests:
Expand All @@ -56,6 +61,9 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- name: Setup Azure CLI Dev
run: |
python -m venv env
source env/bin/activate
pip install -r ./requirements.txt
pip install azdev
Expand All @@ -64,4 +72,5 @@ jobs:
azdev extension add partnercenter
- name: Execute tests
run: |
source env/bin/activate
azdev test partnercenter --series

0 comments on commit d6f64cb

Please sign in to comment.