Skip to content

Commit

Permalink
Merge pull request #13 from UG4/anaegel-patch-1
Browse files Browse the repository at this point in the history
Update push_event_workflow.yml
  • Loading branch information
anaegel authored Jun 14, 2024
2 parents 3c451cf + 55ee95a commit bc365b7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push_event_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,11 @@ jobs:
- name : Run tests
run : |
python -m unittest tests/integration/test-solvers.py
ls
cd $HOME
ls
- name: Push to main
if: success()
run: |
ls
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git checkout main
Expand Down

0 comments on commit bc365b7

Please sign in to comment.