We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1800fd7 commit 07caedeCopy full SHA for 07caede
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Run sgx container
34
run: |
35
- export SGX_WALLET_TAG=1.10.1-develop.3
+ export SGX_WALLET_TAG=1.10.2-develop.6
36
echo "SGX_WALLET_TAG=$SGX_WALLET_TAG" >> $GITHUB_ENV
37
bash ./scripts/run_sgx_container.sh $SGX_WALLET_TAG
38
echo "Waiting for SGX wallet to be ready..."
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Run skaled container
61
62
- export SKALED_RELEASE=5.1.0-develop.7-bite2
+ export SKALED_RELEASE=5.1.0-develop.38-bite2
63
echo "SKALED_RELEASE=$SKALED_RELEASE" >> $GITHUB_ENV
64
shell: bash
65
0 commit comments