Skip to content

Commit 45e7353

Browse files
author
Tarash Agarwal
committed
Merge Updates
1 parent 66c6fd8 commit 45e7353

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -91,30 +91,6 @@ jobs:
9191
HUSKY: "0"
9292
VITE_RUN_ENVIRONMENT: dev
9393

94-
<<<<<<< HEAD
95-
test-dev:
96-
if: github.event.pull_request.draft == false
97-
runs-on: ubuntu-latest
98-
name: Run Live Tests
99-
needs:
100-
- deploy-dev
101-
concurrency:
102-
group: ${{ github.event.repository.name }}-dev-env
103-
cancel-in-progress: false
104-
steps:
105-
- name: Set up Node
106-
uses: actions/setup-node@v4
107-
with:
108-
node-version: 20.x
109-
- uses: actions/checkout@v4
110-
env:
111-
HUSKY: "0"
112-
- name: Set up Python 3.11 for testing
113-
uses: actions/setup-python@v5
114-
with:
115-
python-version: 3.11
116-
=======
117-
>>>>>>> ca4496e7001f85a4ab625597558b8b9064395a64
11894
- name: Run health check
11995
run: make dev_health_check
12096

0 commit comments

Comments
 (0)