Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rdyz4 authored Dec 10, 2023
1 parent 20b796d commit fe41176
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
with:
python-version: '3.x'

- name: List files
run: |
ls -la
- name: Run tests
run: |
python -m unittest circle.py
Expand Down

0 comments on commit fe41176

Please sign in to comment.