Skip to content

Commit

Permalink
Test acceptance workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Greene <[email protected]>
  • Loading branch information
edwin-greene committed Aug 8, 2024
1 parent 29ee70e commit 767218b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 57 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions:

jobs:
solo:
runs-on: [self-hosted, Linux, large, ephemeral]
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Harden Runner
Expand Down Expand Up @@ -57,8 +57,18 @@ jobs:
version: v0.23.0

- name: Setup Solo Cluster
run: ./solo.sh
working-directory: hedera-mirror-test
run: |
SOLO_CLUSTER=solo-mirror-acceptance
SOLO_NAMESPACE=solo
kind create cluster -n $SOLO_CLUSTER;
npm i -g @hashgraph/[email protected];
solo init -n $SOLO_NAMESPACE -i node0;
solo cluster setup
solo network deploy
solo node keys --gossip-keys --tls-keys --key-format pem
solo node setup
solo node start
solo mirror-node deploy
- name: Show Container Log
if: ${{ failure() }}
Expand Down
54 changes: 0 additions & 54 deletions hedera-mirror-test/solo.sh

This file was deleted.

0 comments on commit 767218b

Please sign in to comment.