Skip to content

Commit

Permalink
remove dummy job
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude committed Oct 10, 2024
1 parent bcb4964 commit 4c605ff
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,6 @@ jobs:
echo "### Test Results for Unit Tests Chunk ${{ matrix.chunk }}" >> $GITHUB_STEP_SUMMARY
cat profiling.md >> $GITHUB_STEP_SUMMARY
Build-And-Test-Server-Unit-Tests:
name: Build-And-Test-Server (Unit tests)
needs: [Run-Unit-Tests]
runs-on: ubuntu-latest
steps:
- run: echo "All unit tests completed successfully"

Build-And-Test-Web:
needs: Prepare
timeout-minutes: 90
Expand Down

0 comments on commit 4c605ff

Please sign in to comment.