Skip to content

Commit

Permalink
Merge b0e4397 into 2e44231
Browse files Browse the repository at this point in the history
  • Loading branch information
sushain97 committed Mar 1, 2022
2 parents 2e44231 + b0e4397 commit 773e097
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ jobs:
- name: Build
run: pipenv run make

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
sudo: false

- name: Test
run: NONPAIRS=/tmp/languages pipenv run make test
run: NONPAIRS=/tmp/languages pipenv run make unit-test
lint:
runs-on: ubuntu-latest
container: ghcr.io/apertium/apertium-apy-cicd
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ test-release: langNames.db
twine upload --sign --repository-url https://test.pypi.org/legacy/ dist/*

unit-test:
env
python3 -m unittest tests/test*.py

lint:
Expand Down

0 comments on commit 773e097

Please sign in to comment.