diff --git a/.github/workflows/github-workflow.yml b/.github/workflows/github-workflow.yml index b0fecc7..c88af17 100644 --- a/.github/workflows/github-workflow.yml +++ b/.github/workflows/github-workflow.yml @@ -2,7 +2,7 @@ name: Github CI on: [push] jobs: Explore-GitHub-Actions: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - run: pip install pytest - - run: pytest \ No newline at end of file + - run: pytest /test \ No newline at end of file