Skip to content

Commit

Permalink
move remote UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
AliaksandrDziarkach committed Mar 3, 2025
1 parent a13f041 commit acab58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/indigo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ jobs:
build_test_publish_indigo_service_old:
timeout-minutes: 60
runs-on: ubuntu-latest
needs: merge_indigo_wrappers
needs: [build_bingo_postgres_linux_x86_64, build_bingo_postgres_windows_msvc_x86_64, build_bingo_postgres_macos_x86_64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -1395,7 +1395,7 @@ jobs:
build_test_publish_indigo_service_new:
timeout-minutes: 60
runs-on: ubuntu-latest
needs: merge_indigo_wrappers
needs: [build_bingo_postgres_linux_x86_64, build_bingo_postgres_windows_msvc_x86_64, build_bingo_postgres_macos_x86_64]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit acab58e

Please sign in to comment.