Skip to content

Commit

Permalink
GH Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SupraSummus committed Jun 21, 2024
1 parent b0c7682 commit 21b2cbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: snok/install-poetry@v1
- name: Configure git
run: |
git config --global user.email "[email protected]"
git config --global user.name "My Name"
- run: ./test.sh

0 comments on commit 21b2cbe

Please sign in to comment.