This commit is contained in:
Anatoly Laskaris 2024-02-27 09:42:55 +02:00
parent 63efdcda6f
commit bfd66b1d89

View File

@ -43,7 +43,6 @@ jobs:
uses: fluencelabs/aqua/.github/workflows/tests.yml@main uses: fluencelabs/aqua/.github/workflows/tests.yml@main
with: with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "docker.fluence.dev/nox:renovate-avm_4905_1"
flox: flox:
needs: needs:
- js-client - js-client
@ -51,4 +50,3 @@ jobs:
uses: fluencelabs/flox/.github/workflows/tests.yml@main uses: fluencelabs/flox/.github/workflows/tests.yml@main
with: with:
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}" js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
nox-image: "docker.fluence.dev/nox:renovate-avm_4905_1"