diff --git a/.github/workflows/github-workflow.yml b/.github/workflows/github-workflow.yml index 21203d0..e13c67e 100644 --- a/.github/workflows/github-workflow.yml +++ b/.github/workflows/github-workflow.yml @@ -6,4 +6,5 @@ jobs: name: test runs-on: windows-latest steps: - - run: pytest \ No newline at end of file + - name: test + - run: pytest \ No newline at end of file