Skip to content

Commit

Permalink
Swarm init.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadling committed Aug 17, 2023
1 parent 8b91d94 commit 4abd264
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/entities-push-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Lint Python
working-directory: entities
run: |
make gha-setup
make local-build
make check-lint
py-test:
Expand All @@ -44,5 +45,6 @@ jobs:
- name: Run tests
working-directory: entities
run: |
make gha-setup
make local-init
make local-tests

0 comments on commit 4abd264

Please sign in to comment.