Skip to content

Commit

Permalink
Merge PR #107: Use self hosted test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin authored Feb 8, 2022
1 parent c79a86b commit 5387915
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
permissions:
contents: read
packages: write
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
steps:
- name: checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
integration-tests:
environment: CI
runs-on: ubuntu-latest
runs-on: [self-hosted, linux]
needs: [ sommelier-build, hardhat-build ]
strategy:
fail-fast: false
Expand Down

0 comments on commit 5387915

Please sign in to comment.