Migrate aqua-playground tests to aqua

This commit is contained in:
Anatoly Laskaris 2023-06-22 10:06:50 +03:00
parent aeae703229
commit b4aae71bce

View File

@ -249,12 +249,12 @@ jobs:
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
aqua-playground:
aqua:
needs:
- js-client
- rust-peer-snapshot
uses: fluencelabs/aqua-playground/.github/workflows/tests.yml@master
uses: fluencelabs/aqua/.github/workflows/tests.yml@FLU-345
with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
rust-peer-image: "${{ needs.rust-peer-snapshot.outputs.rust-peer-image }}"