Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrosengrant committed Sep 7, 2023
1 parent 67fda6a commit 3755384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ jobs:
docker run --rm \
-v $(pwd)/nanome:/usr/local/lib/python3.8/site-packages/nanome \
${{ env.IMAGE_URI }} \
python -m unittest discover testsz
python -m unittest discover tests
cryo-em-unittests:
runs-on: ubuntu-latest
env:
IMAGE_URI: public.ecr.aws/h7r1e4h2/cryo-em:latest
IMAGE_URI: public.ecr.aws/h7r1e4h2/cryoem:latest
steps:
- uses: actions/checkout@v3
- name: Configure AWS credentials
Expand Down

0 comments on commit 3755384

Please sign in to comment.