Skip to content

Commit 1b5bb63

Browse files
ref: directory refactor, rename example folder to iam-proxy-italia-project in pipeline too (view commit: #8e5f3b9c)
1 parent 84a6b60 commit 1b5bb63

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Lint with flake8
4040
run: |
4141
## stop the build if there are Python syntax errors or undefined names
42-
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics example
42+
flake8 --count --select=E9,F63,F7,F82 --show-source --statistics iam-proxy-italia-project
4343
## exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
44-
flake8 --max-line-length 120 --count --exit-zero --statistics example
44+
flake8 --max-line-length 120 --count --exit-zero --statistics iam-proxy-italia-project
4545
- name: docker compose
4646
run: |
4747
cd Docker-compose
@@ -75,4 +75,4 @@ jobs:
7575
- name: spid-sp-test eIDAS FiCEP metadata
7676
run: |
7777
cd Docker-compose/satosa-project
78-
spid_sp_test --profile ficep-eidas-sp --metadata-url https://localhost/spidSaml2/metadata
78+
spid_sp_test --profile ficep-eidas-sp --metadata-url https://localhost/spidSaml2/metadata

0 commit comments

Comments
 (0)