Skip to content

Commit

Permalink
feat: add tests in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Feb 23, 2024
1 parent 872b615 commit 1778707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
"on": push
jobs:
build:
name: release
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: git fetch --prune --unshallow
- name: install environment
run: pip install pipenv
- name: run tests
run: make test
- name: release
run: make snapshot
env:
Expand Down

0 comments on commit 1778707

Please sign in to comment.