Skip to content

Commit

Permalink
build: fix hooks build
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Mar 12, 2024
1 parent 9139da1 commit 9c678d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ on: [push]

jobs:
example:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Test
steps:
# Gets a copy of the source code in your repository before running API tests
- uses: actions/[email protected]
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.12'

# Installs project's dependencies
- run: pip install -r apps/python/requirements.txt
Expand All @@ -33,6 +33,6 @@ jobs:
with:
schema: 'http://127.0.0.1:5001/openapi.json'
token: ${{ secrets.SCHEMATHESIS_TOKEN }}
version: '3.18.5'
version: 'latest'
hooks: 'apps.python.hooks'
args: '-c custom_check -E success -H "Authorization: Bearer ${{ env.ACCESS_TOKEN }}"'

0 comments on commit 9c678d6

Please sign in to comment.