diff --git a/.semaphore/semaphore.yml b/.semaphore/semaphore.yml index 0a7b026a..025ea951 100644 --- a/.semaphore/semaphore.yml +++ b/.semaphore/semaphore.yml @@ -14,18 +14,3 @@ blocks: - name: 'Job #1' commands: - echo A - - name: Unit tests - task: - prologue: - commands: - - checkout - jobs: - - name: Unit tests 1/3 - commands: - - echo "run 1/3" - - name: Unit tests 2/3 - commands: - - echo "run 2/3" - - name: Unit tests 3/3 - commands: - - echo "run 3/3"