From c75ded050b7dd15c3c2d051b76afe32ce2251f23 Mon Sep 17 00:00:00 2001 From: Omar Usmani Date: Thu, 4 Jul 2024 14:10:03 +0200 Subject: [PATCH] CI attempt 11 --- .github/workflows/github-workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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