Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8540 authored Mar 26, 2024
1 parent ae18fbf commit 9a5e6ca
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
Skip to content
ka8540
/
SWEN732-team1

Type / to search

Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Settings
Python application
Update python-app.yml #16
Jobs
Run details
Workflow file for this run
.github/workflows/python-app.yml at ae18fbf
name: Python application

on:
Expand Down Expand Up @@ -25,7 +47,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Install dependencies from your requirements.txt file
- name: Run unit tests
run: |
python -m unittest discover -s PCP/server/tests -v
python -m unittest discover PCP/server/tests -v
Update python-app.yml · ka8540/SWEN732-team1@ae18fbf

0 comments on commit 9a5e6ca

Please sign in to comment.