main
Kye 2 years ago
parent 6ee5b37a10
commit ca8f02b14d

@ -21,7 +21,7 @@ jobs:
python-version: '3.10'
- name: Run Python unit tests
run: python3 -u -m unittesting/agent/swarms
run: python3 -u -m unittesting/swarms.py
- name: Verify that the Docker image for the action builds
run: docker build . --file Dockerfile
@ -39,4 +39,4 @@ jobs:
input-two: false
- name: Verify integration test results
run: python3 -u -m unittesting/agent/swarms
run: python3 -u -m unittesting/swarms.py
Loading…
Cancel
Save