diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ccd41fc..f2c019e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,7 @@ jobs: tests: name: Integration and Unit tests runs-on: - group: Default + group: organization/Default strategy: fail-fast: true matrix: @@ -64,7 +64,7 @@ jobs: acceptance-tests: name: Acceptance tests runs-on: - group: Default + group: organization/Default steps: - name: Checkout project uses: actions/checkout@v4 @@ -106,7 +106,7 @@ jobs: name: Tests needs: [tests, acceptance-tests] runs-on: - group: Default + group: organization/Default steps: - name: Tests summary run: echo -e "\033[38;2;95;215;0m\033[1mAll tests successfully passed"