Skip to content

Commit

Permalink
modifying the workflow for a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnubyte committed Nov 9, 2024
1 parent e155ac5 commit 16afe97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Python Application CI
on:
push:
branches: [main]
tags: # Add this to trigger the workflow on tag creation
tags:
- 'v*' # Matches tags like "v1.0", "v2.1", etc.

pull_request:
Expand Down
3 changes: 2 additions & 1 deletion tests/test_profiler_app.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest
import json
from profiler_app import ProfileApp
from main import ProfileApp


class TestProfileApp(unittest.TestCase):
def setUp(self):
Expand Down

0 comments on commit 16afe97

Please sign in to comment.