Skip to content

Commit

Permalink
Fix docker container name
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed May 28, 2020
1 parent 348446f commit d3a0010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
run: docker build -t rednose .
- name: Static analysis
run: |
docker run cereal bash -c "git init && git add -A && pre-commit run --all"
docker run rednose bash -c "git init && git add -A && pre-commit run --all"
- name: Unit Tests
run: docker run rednose bash -c "cd /project/rednose/examples; python -m unittest discover"

0 comments on commit d3a0010

Please sign in to comment.