Skip to content

Commit

Permalink
Update small-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leshchenko1979 authored Apr 3, 2024
1 parent 3ace7b7 commit aa899c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/small-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,16 @@ jobs:
build:
runs-on: ubuntu-latest

env:
FAST_BITRIX24_TEST_WEBHOOK: ${{ secrets.FAST_BITRIX24_TEST_WEBHOOK }}

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.12
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel pytest pytest-asyncio
pip install -r requirements.txt
- name: Test with pytest
env:
FAST_BITRIX24_TEST_WEBHOOK: ${{ secrets.FAST_BITRIX24_TEST_WEBHOOK }}
run: |
pytest

0 comments on commit aa899c9

Please sign in to comment.