Skip to content

Commit

Permalink
Fix CI workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfabbri committed Jun 13, 2024
1 parent e739936 commit bf38ebc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/avro-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
path: "interface-gen"
path: "interface_gen"
max-line-length: 100
unit-tests:
runs-on: ubuntu-latest
Expand All @@ -37,7 +37,5 @@ jobs:
- name: Install dependencies
working-directory: .
run: pip install -r requirements.txt
with:
working-directory: .
- name: Run Unit Tests
run: python -m unittest *_test.py

0 comments on commit bf38ebc

Please sign in to comment.