Skip to content

Commit

Permalink
Merge pull request #1397 from devitocodes/docker-typos
Browse files Browse the repository at this point in the history
docker: fix typos
  • Loading branch information
mloubout authored Jul 16, 2020
2 parents cba2b3a + e8b9c6a commit 2c703c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
steps:
- name: Run simple test
run: |
docker run --rm --name testrun `devitocodes/devito:${{ matrix.im-name }}' pytest tests/test_operator.py
docker run --rm --name testrun 'devitocodes/devito:${{ matrix.im-name }}' pytest tests/test_operator.py
test-gpu-image:
needs: deploy-docker
Expand All @@ -84,4 +84,4 @@ jobs:
steps:
- name: Run simple test
run: |
docker run --rm --name testrun `devitocodes/devito:${{ matrix.im-name }}' pytest tests/test_gpu_openacc.py
docker run --rm --name testrun 'devitocodes/devito:${{ matrix.im-name }}' pytest tests/test_gpu_openacc.py

0 comments on commit 2c703c7

Please sign in to comment.