name of file

main
Kye 2 years ago
parent 35c162756f
commit 6ee5b37a10

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