Skip to content

Commit

Permalink
ci: check build
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Mar 4, 2024
1 parent e67b006 commit 0776224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
deploy:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -21,3 +21,5 @@ jobs:
python -m pip install -r requirements-tests.txt
- name: Checks
run: ./checks.sh
- name: Build
run: ./build.sh

0 comments on commit 0776224

Please sign in to comment.