Skip to content

Commit

Permalink
👷 (tests): Run system, functional tests on 'robot' runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 14, 2024
1 parent 6046dbc commit 83d9120
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
run_functional_tests:
name: Build & Test
runs-on: self-hosted
runs-on: robot

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-system_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
run_functional_tests:
name: Build & Test
runs-on: self-hosted
runs-on: robot

steps:
- name: Checkout
Expand Down

0 comments on commit 83d9120

Please sign in to comment.