Skip to content

Commit 973aa4e

Browse files
tests order changed
1 parent 5075046 commit 973aa4e

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -66,18 +66,7 @@ jobs:
6666
echo "STEP 2: Checking for code style warnings..."
6767
flake8 . --count --exit-zero --max-complexity=18 --max-line-length=127 --statistics
6868
69-
# ------------------------------------------------------------------------
70-
# PHASE 3: SECURITY SCAN (CodeQL)
71-
# ------------------------------------------------------------------------
72-
- name: Initialize CodeQL
73-
uses: github/codeql-action/init@v4
74-
with:
75-
languages: ${{ matrix.language }}
7669
77-
- name: Perform CodeQL Analysis
78-
uses: github/codeql-action/analyze@v4
79-
with:
80-
category: "/language:${{ matrix.language }}"
8170
8271
# ------------------------------------------------------------------------
8372
# PHASE 4: AUTOMATED TESTING & COVERAGE
@@ -93,4 +82,16 @@ jobs:
9382
token: ${{ secrets.CODECOV_TOKEN }}
9483
files: ./coverage.xml
9584
fail_ci_if_error: true
85+
# ------------------------------------------------------------------------
86+
# PHASE 4: SECURITY SCAN (CodeQL)
87+
# ------------------------------------------------------------------------
88+
- name: Initialize CodeQL
89+
uses: github/codeql-action/init@v4
90+
with:
91+
languages: ${{ matrix.language }}
92+
93+
- name: Perform CodeQL Analysis
94+
uses: github/codeql-action/analyze@v4
95+
with:
96+
category: "/language:${{ matrix.language }}"
9697

0 commit comments

Comments
 (0)