Skip to content

Commit

Permalink
chore: Remove change from frontend & add one to backend to test trigg…
Browse files Browse the repository at this point in the history
…er backend test & lint workflow
  • Loading branch information
drikusroor committed Jun 25, 2024
1 parent 12f2929 commit 55dd2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions backend/aml/base_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@

# Application definition

# Trigger backend test & lint jobs

INSTALLED_APPS = [
'admin_interface',
'django.contrib.admin',
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ const App = () => {
return <p className="aha__error">Error: {error}</p>;
}

// test comment to trigger tests

return (
<>
<Helmet />
Expand Down

0 comments on commit 55dd2dd

Please sign in to comment.