Skip to content

Commit

Permalink
Create push_event_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anaegel authored Jun 13, 2024
1 parent 4197d3f commit 62a72a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 unittest

- name : Run tests
run : python -m unittest tests/integration/test-solvers.py

0 comments on commit 62a72a8

Please sign in to comment.