From e0106033fb142166b64a830e92f3ad40ddfac3c4 Mon Sep 17 00:00:00 2001 From: Michael Benfield Date: Wed, 6 Mar 2024 16:37:38 -0800 Subject: [PATCH] fix smoke test --- .github/workflows/smoke-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 419f86b..9362619 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -36,7 +36,9 @@ jobs: with: nitro-testnode-ref: stylus no-token-bridge: true + # no-simple must be false for now as our nitro testnode branch doesn't have that option + no-simple: false - name: Smoke Test Deployment run: ./ci/smoke_test.sh - \ No newline at end of file +