Skip to content

Commit

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

Publish_documentation:
runs-on: windows-latest
steps:
- run: pip install mkdocs
- run: mkdocs gh-deploy
- run: mkdocs gh-deploy

# Testing:
# runs-on: windows-latest
# steps:
# - run: pip install pytest
# - run: pytest /tests

0 comments on commit 2bfba2e

Please sign in to comment.