Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
la3679 authored Mar 26, 2024
1 parent b24bea3 commit ae18fbf
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application

on:
push:
branches: [ "master" ] # Consider changing "master" to "main" if your default branch is named "main"
branches:
- "*" # Run on all branches for any push events
pull_request:
branches: [ "master" ] # Same as above, consider the name of your default branch
branches:
- "*" # Run on all branches for any pull request events

permissions:
contents: read
Expand All @@ -30,6 +29,3 @@ jobs:
- name: Run unit tests
run: |
python -m unittest discover -s PCP/server/tests -v

0 comments on commit ae18fbf

Please sign in to comment.