Skip to content

Commit

Permalink
dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Aug 17, 2023
1 parent a037d40 commit b9e9e5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/entities-push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Lint Python
working-directory: ./entities
working-directory: entities
run: |
# Build images and run linters
make local-build
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Run tests
working-directory: ./entities
working-directory: entities
run: |
# Set up a local dev env and run tests
make local-init
Expand Down

0 comments on commit b9e9e5c

Please sign in to comment.