Skip to content

Commit

Permalink
build: add missing groups
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Oct 21, 2024
1 parent 6f9cb4a commit a1f5573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
tests:
name: Integration and Unit tests
runs-on:
group: Default
group: organization/Default
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"

0 comments on commit a1f5573

Please sign in to comment.