From 426105ad8b622529e828083439d21f696044ee8f Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 4 Dec 2023 13:20:10 +0100 Subject: [PATCH] Fix --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2001ea7..c417d5d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -38,7 +38,7 @@ jobs: - name: Set environment variables run: cat ./tests/.env.test >> $GITHUB_ENV - name: Spin up network (in the background) - run: yarn test:e2e:start-network > $GITHUB_OUTPUT & + run: yarn test:e2e:start-network >> $GITHUB_OUTPUT & id: zombienet_setup # This is necessary since the `zombienet spawn` process never exits. - name: Wait until nodes are reachable on their WS port