Skip to content

Commit

Permalink
Run github actions on self-hosted runners
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Nov 15, 2023
1 parent 39a7ba3 commit bc834fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ env:

jobs:
install_shop_with_module:
runs-on: ubuntu-latest
runs-on: [self-hosted, x64]
steps:
- name: Clone testing environment
run: git clone https://github.com/OXID-eSales/docker-eshop-sdk.git .
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
styles:
needs: [ install_shop_with_module ]
runs-on: ubuntu-latest
runs-on: [self-hosted, x64]
steps:
- name: Load current installation from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
unit_integration_tests:
needs: [ install_shop_with_module ]
runs-on: ubuntu-latest
runs-on: [self-hosted, x64]
steps:
- name: Load current installation from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
codeception_twig:
needs: [ install_shop_with_module ]
runs-on: ubuntu-latest
runs-on: [self-hosted, x64]
steps:
- name: Load current installation from cache
uses: actions/cache@v3
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
sonarcloud:
needs: [ styles, unit_integration_tests ]
if: ${{ always() && inputs.report_sonarcloud }}
runs-on: ubuntu-latest
runs-on: [self-hosted, x64]
steps:
- name: Checkout current module
uses: actions/checkout@v4
Expand Down

0 comments on commit bc834fb

Please sign in to comment.