Skip to content

Commit

Permalink
run unit tests on self hosted runner 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrtel committed Jan 24, 2024
1 parent e6819e4 commit fe09be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:
jobs:
end-to-end-tests:
name: End To End Tests
runs-on:
labels: self-hosted
group: ase-large-android-sdk-34
runs-on: [self-hosted, ase-large-android-sdk-34]
timeout-minutes: 60

steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ on:
jobs:
jUnit:
name: JUnit Tests
runs-on:
labels: self-hosted
group: ase-large-android-sdk-34
runs-on: [self-hosted, ase-large-android-sdk-34]
timeout-minutes: 60

steps:
Expand Down

0 comments on commit fe09be2

Please sign in to comment.