Skip to content
Merged

Save #481

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
test:
name: Run Tests
needs: lint-and-build
if: false # Tests disabled
runs-on: ubuntu-latest

services:
Expand Down Expand Up @@ -96,7 +97,7 @@ jobs:

deploy-staging:
name: Deploy to Staging
needs: [lint-and-build, test]
needs: lint-and-build
if: github.ref == 'refs/heads/develop' && github.event_name == 'push'
runs-on: ubuntu-latest
environment: staging
Expand All @@ -111,7 +112,7 @@ jobs:

deploy-production:
name: Deploy to Production
needs: [lint-and-build, test]
needs: lint-and-build
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
environment: production
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added props_errors.txt
Empty file.
26 changes: 0 additions & 26 deletions src/analytics/analytics.interceptor.ts

This file was deleted.

Loading
Loading