Skip to content

Commit

Permalink
CI attempt 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-Usmani committed Jul 4, 2024
1 parent c75ded0 commit 671ce17
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/github-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Github CI
on: [push]
jobs:
Explore-GitHub-Actions:
Testing:
runs-on: windows-latest
steps:
- run: pip install pytest
- run: pytest /test
- run: pytest /tests
Publish documentation:
runs-on: windows-latest
steps:
- run: pip install mkdocs
- run: mkdocs gh-deploy

0 comments on commit 671ce17

Please sign in to comment.