Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhbhatia committed Jan 11, 2024
1 parent bca2e32 commit 17ab95c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_PORT: 5432
run: |
bundle exec rails assets:precompile
bundle exec rails test:prepare
bundle exec rspec
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ group :test do
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
end
end
10 changes: 0 additions & 10 deletions app/views/layouts/dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;900&display=swap"
rel="stylesheet"
/>
<% if Rails.env.production? %>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0WCWWSXZB0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-0WCWWSXZB0');
</script>
<% end %>
</head>


Expand Down

0 comments on commit 17ab95c

Please sign in to comment.