Skip to content

Commit

Permalink
more test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent fd8f79a commit 9a9009f
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,6 @@ on:
- 'releases/*'

jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

# Run Python inside the Qodana Docker container
- name: Qodana Scan
uses: JetBrains/qodana-action@v2024.1
with:
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1408482145 }}
QODANA_ENDPOINT: 'https://qodana.cloud'

sanity-tests:
runs-on: ubuntu-latest
needs: qodana
Expand Down Expand Up @@ -75,3 +54,24 @@ jobs:
PYTHONPATH: ${{ github.workspace }} # Add workspace to PYTHONPATH

Check notice on line 54 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Qodana for Python

Typo

Typo: In word 'PYTHONPATH'

Check notice on line 54 in .github/workflows/ci.yml

View workflow job for this annotation

GitHub Actions / Qodana for Python

Typo

Typo: In word 'PYTHONPATH'
run: |
.venv/bin/pytest -q --tb=short resources/tests/return_tests.py
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

# Run Python inside the Qodana Docker container
- name: Qodana Scan
uses: JetBrains/qodana-action@v2024.1
with:
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1408482145 }}
QODANA_ENDPOINT: 'https://qodana.cloud'

0 comments on commit 9a9009f

Please sign in to comment.