We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c6fd8 commit 45e7353Copy full SHA for 45e7353
.github/workflows/deploy-dev.yml
@@ -91,30 +91,6 @@ jobs:
91
HUSKY: "0"
92
VITE_RUN_ENVIRONMENT: dev
93
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
115
- python-version: 3.11
116
-=======
117
->>>>>>> ca4496e7001f85a4ab625597558b8b9064395a64
118
- name: Run health check
119
run: make dev_health_check
120
0 commit comments