Skip to content

Commit

Permalink
use self-hosted to trigger expected checks
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yahya committed Aug 2, 2024
1 parent c68f6b6 commit 8437042
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
uses: andymckay/[email protected]

integration-tests:
runs-on: ${{ matrix.host }}
runs-on: self-hosted
if: ${{ always() }}
needs: [ build-test, build-client ]
env:
Expand All @@ -269,11 +269,13 @@ jobs:
- test: M6
flavor_id: sidechain
demo_name: demo-shielding-unshielding-multiworker
# host: test-runner-sgx
# sgx_mode: HW
host: self-hosted
sgx_mode: HW
- test: BestEnergy
flavor_id: offchain-worker
demo_name: demo-energy-market
host: self-hosted
sgx_mode: HW
- test: M8
flavor_id: sidechain
demo_name: demo-direct-call
Expand Down

0 comments on commit 8437042

Please sign in to comment.