Run JavaScript release checks in the test environment

dd57039c6e20 · AtlantisPleb · · parent d154f71ed43e

Run JavaScript release checks in the test environment

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified ops/ci/gate.sh

Diff

1 file changed, +1 -1

ops/ci/gate.sh modified +1 -1

@@ -114,7 +114,7 @@ run_stage compile env MIX_ENV=test mix compile --warnings-as-errors

114 114
run_stage production_compile env MIX_ENV=prod mix compile --warnings-as-errors
115 115
run_stage precommit env MIX_ENV=test mix precommit
116 116
run_stage cluster env MIX_ENV=test mix test --warnings-as-errors --only cluster
117
run_stage javascript npm --prefix assets test
117
run_stage javascript env MIX_ENV=test npm --prefix assets test
118 118
run_stage direct_transaction env MIX_ENV=test mix test --warnings-as-errors \
119 119
  test/openagents/forge/deployment_node_test.exs \
120 120
  test/openagents/forge/deployment_cluster_test.exs \

This page updates live while a promote is in flight · changelog