File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 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()
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 }}
You can’t perform that action at this time.
0 commit comments