Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 74e635a

Browse files
author
Akim Mamedov
committed
Different nox image
1 parent c3eba6a commit 74e635a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
uses: fluencelabs/aqua/.github/workflows/tests.yml@main
4444
with:
4545
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
46-
nox-image: "fluencelabs/nox:unstable_minimal"
46+
nox-image: "fluencelabs/nox:unstable"
4747
flox:
4848
needs:
4949
- js-client
5050

5151
uses: fluencelabs/flox/.github/workflows/tests.yml@main
5252
with:
5353
js-client-snapshots: "${{ needs.js-client.outputs.js-client-snapshots }}"
54-
nox-image: "fluencelabs/nox:unstable_minimal"
54+
nox-image: "fluencelabs/nox:unstable"

0 commit comments

Comments
 (0)