Skip to content

Commit

Permalink
run integration-tests on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yahya committed Aug 2, 2024
1 parent 9f75a13 commit fb479c2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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/cancel-action@0.3

integration-tests:
runs-on: self-hosted
runs-on: ubuntu-latest
if: ${{ always() }}
needs: [ build-test, build-client ]
env:
Expand All @@ -269,13 +269,11 @@ jobs:
- test: M6
flavor_id: sidechain
demo_name: demo-shielding-unshielding-multiworker
host: self-hosted
sgx_mode: HW
# host: test-runner-sgx
# 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 All @@ -285,7 +283,7 @@ jobs:
flavor_id: sidechain
demo_name: demo-sidechain
host: ubuntu-latest
sgx_mode: HW
sgx_mode: SW
- test: M6
flavor_id: offchain-worker
demo_name: demo-shielding-unshielding-multiworker
Expand Down Expand Up @@ -431,7 +429,7 @@ jobs:
docker images --all
release-build:
runs-on: integritee-builder-sgx
runs-on: ubuntu-latest
name: Release Build of teeracle
if: startsWith(github.ref, 'refs/tags/')
needs: [ build-test, integration-tests ]
Expand Down

0 comments on commit fb479c2

Please sign in to comment.