Skip to content

Commit

Permalink
Update CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nerohmot authored Feb 18, 2021
1 parent 466188b commit 0d3f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip install -r requirements/run.txt
pip install -r requirements/test.txt
- name: tag to version
run: echo "__version__='${GITHUB_REF#refs/*/}'" >> Semi_ATE/STDF/__init__.py
run: echo "__version__='${GITHUB_REF#refs/*/}'" >> Semi_ATE/DT/__init__.py
- name: Run tests
run: pytest --cov=Semi_ATE
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 0d3f7fb

Please sign in to comment.