Skip to content

Commit

Permalink
Move tests inside .devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mml5bg committed Sep 22, 2023
1 parent e2e69b3 commit 9b6076f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/check-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
uses: devcontainers/[email protected]
with:
runCmd: |
pip3 install -r ./tests/automated_tests/requirements.txt
pytest -sx tests
pip3 install -r .devcontainer/tests/automated_tests/requirements.txt
pytest -sx .devcontainer/tests
2 changes: 1 addition & 1 deletion .velocitas.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
{
"name": "devenv-github-workflows",
"version": "v4.1.0"
"version": "v4.1.1"
},
{
"name": "devenv-github-templates",
Expand Down

0 comments on commit 9b6076f

Please sign in to comment.