Skip to content

Commit

Permalink
Oops, forgot to update the folder for finding t_SemanticVersion.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed Nov 29, 2024
1 parent 6c60cdd commit df7b6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TEST_SemanticVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:

# 3. Perform work
- name: Execute SemanticVersion testbed
run: python -m unittest discover -s tests/cases/schemas/config -p "t_SemanticVersion.py" -t ./
run: python -m unittest discover -s tests/cases/utils -p "t_SemanticVersion.py" -t ./

# 4. Cleanup & complete

0 comments on commit df7b6a8

Please sign in to comment.