Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Jul 6, 2024
1 parent 212f0c1 commit f5c3ef2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
build-docs:
if: false # TODO: remove
name: Build Docs
runs-on: ubuntu-latest
steps:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Tests

# TODO: use proper rule
on:
push:
branches:
- '**'

jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pwd
- run: ls
- run: poetry
- run: pytest --help

0 comments on commit f5c3ef2

Please sign in to comment.