Skip to content

Commit

Permalink
Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltkebel committed Feb 9, 2024
1 parent f2037e6 commit 21e5bae
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Push Event Workflow

on: push

jobs:
unit-testing:
runs-on: ubuntu-latest

steps:
- name : Checkout code
uses : actions/checkout@v2

# - name : Install Packages
# run : pip install pytest

- name : Run tests
working-directory: ./installation_and_upgrade
run : python -m unittest discover

0 comments on commit 21e5bae

Please sign in to comment.