Skip to content

Commit

Permalink
missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleith committed Feb 28, 2020
1 parent e9a9803 commit 2c2fd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
docker run --rm \
-v $(pwd):/code/ \
-v ./.docker/.datacube_integration.conf:/root/.datacube_integration.conf
-v ./.docker/.datacube_integration.conf:/root/.datacube_integration.conf \
-e DB_HOSTNAME=localhost \
-e DB_USERNAME=opendatacube \
-e DB_PASSWORD=opendatacubepassword \
Expand All @@ -73,7 +73,7 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CodeCovToken }}
file: ./coverage.xml
# file: ./coverage.xml
fail_ci_if_error: false

- name: Pipeline ran
Expand Down

0 comments on commit 2c2fd1d

Please sign in to comment.