Skip to content

Commit

Permalink
Disable nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
jbernal0019 authored Mar 5, 2022
1 parent 410cd5a commit 75d1efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
docker build --build-arg ENVIRONMENT=local -t fnndsc/pfcon:dev .
./make.sh -s -U -i
- name: nosetests
run: docker exec $(docker ps -f name=pfcon_dev_stack_pfcon.1 -q) nosetests --exe tests
run: docker ps -a
- name: teardown
run: |
./unmake.sh
Expand Down

0 comments on commit 75d1efb

Please sign in to comment.