Skip to content

Commit 7d40e0e

Browse files
authored
Merge pull request #32 from hasanpeal/develop
deployment fix
2 parents e1a82dd + b2d9126 commit 7d40e0e

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ jobs:
4444
run: dotnet test server/Tests/server.Tests.csproj --no-restore --configuration Release --verbosity normal --logger "trx;LogFileName=test-results.trx"
4545
working-directory: .
4646

47-
- name: Notify Vercel - Backend Tests
48-
uses: vercel/repository-dispatch/actions/status@v1
49-
if: always()
50-
with:
51-
name: "Vercel - eloomen-prod: backend-tests"
52-
state: ${{ job.status }}
53-
5447
- name: Upload test results
5548
uses: actions/upload-artifact@v4
5649
if: always()
@@ -83,22 +76,8 @@ jobs:
8376
run: npm run lint
8477
working-directory: client
8578

86-
- name: Notify Vercel - Lint
87-
uses: vercel/repository-dispatch/actions/status@v1
88-
if: always()
89-
with:
90-
name: "Vercel - eloomen-prod: lint"
91-
state: ${{ job.status }}
92-
9379
- name: Build Next.js app
9480
run: npm run build
9581
working-directory: client
9682
env:
9783
NEXT_PUBLIC_API_URL: ${{ secrets.NEXT_PUBLIC_API_URL || 'http://localhost:5000/api' }}
98-
99-
- name: Notify Vercel - Build
100-
uses: vercel/repository-dispatch/actions/status@v1
101-
if: always()
102-
with:
103-
name: "Vercel - eloomen-prod: build"
104-
state: ${{ job.status }}

0 commit comments

Comments
 (0)