Skip to content

Commit

Permalink
fix typo, add more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhenglin authored Jul 31, 2024
1 parent f0156b7 commit 809bf70
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
name: Our CI
on:
pull_request:
push:
workflow_dispatch:

jobs:
test:
name: Run tests
runs-on:ubuntu-latest
step:
steps:
- run: echo Hello World
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
-run: python -m pip install .[test]
-name: Run test
-run: python -m pytest

0 comments on commit 809bf70

Please sign in to comment.