Skip to content

Commit

Permalink
Run unit tests on PR and on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Mar 16, 2024
1 parent c264cbc commit 09e7d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Unit Tests Transformer

on: [pull_request]
on: [pull_request, push]

jobs:
run:
Expand All @@ -17,4 +17,4 @@ jobs:
pip3 install -r requirements.txt
pip3 install .
- name: Run unit tests
run: python -m unittest Tests/TestTransformer.py
run: python -m unittest Tests/test_all.py

0 comments on commit 09e7d32

Please sign in to comment.