Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Butterroach authored May 22, 2024
1 parent 52aa5b2 commit b84cafc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python application

on:
push:
branches: [ "master" ]
branches: [ "master", "github-actions-test" ]
pull_request:
branches: [ "master" ]

Expand Down Expand Up @@ -34,3 +34,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Try to interpret test.sponge
run: |
# this is like the pytest part i removed but it should only error if there's an actual issue
py main.py test.sponge

0 comments on commit b84cafc

Please sign in to comment.