Skip to content

Commit

Permalink
moved
Browse files Browse the repository at this point in the history
  • Loading branch information
ea-rus committed Nov 6, 2024
1 parent 2e2662c commit d252d32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test_on_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Run Integration Tests on Release

on:
release:
types: [published]
pull_request:
branches:
- main


jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9','3.10', '3.11']
python-version: ['3.10']
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -28,4 +30,4 @@ jobs:
env:
PYTHONPATH: ./
API_KEY: ${{ secrets.API_KEY }}
BASE_URL: ${{ secrets.BASE_URL }}
BASE_URL: 'https://mdb.ai'
5 changes: 0 additions & 5 deletions .github/workflows/test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ jobs:
- name: Run tests
run: |
env PYTHONPATH=./ pytest tests/unit
env PYTHONPATH=./ pytest tests/integration
env:
PYTHONPATH: ./
API_KEY: ${{ secrets.API_KEY }}
BASE_URL: 'https://mdb.ai'

0 comments on commit d252d32

Please sign in to comment.