|
|
|
@ -24,7 +24,7 @@ jobs:
|
|
|
|
|
run: pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
- name: Run Python unit tests
|
|
|
|
|
run: python3 -m unittest unittesting/swarms
|
|
|
|
|
run: python3 -m unittest tests/swarms
|
|
|
|
|
|
|
|
|
|
- name: Verify that the Docker image for the action builds
|
|
|
|
|
run: docker build . --file Dockerfile
|
|
|
|
|