Skip to content

Commit

Permalink
Try switching to the execute-testbed org action for running SemVer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
LswaN58 committed Nov 30, 2024
1 parent df7b6a8 commit 03d129d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/TEST_SemanticVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:

# 3. Perform work
- name: Execute SemanticVersion testbed
run: python -m unittest discover -s tests/cases/utils -p "t_SemanticVersion.py" -t ./
uses: opengamedata/[email protected]
with:
directory: "tests/cases/utils"
test_file: "t_SemanticVersion.py"
python_version: ${{ vars.OGD_PYTHON_VERSION }}

# 4. Cleanup & complete

0 comments on commit 03d129d

Please sign in to comment.