Skip to content

Commit

Permalink
trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMinkov committed Jul 18, 2024
1 parent 53dae5f commit 3b2befa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
path: .
key: repo-${{ github.sha }}

Build-And-Test-Server-Unit-Tests:
runs-on: ubuntu-latest
steps:
- run: echo "This job exists to satisfy the status check"
- run: exit 0

Build-And-Test-Server:
needs: Prepare
timeout-minutes: 210
Expand Down

0 comments on commit 3b2befa

Please sign in to comment.