mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-05-02 07:43:10 +00:00
CI
This commit is contained in:
parent
fdf3df111c
commit
cbe7d3bec7
4
.github/workflows/playwright.yml
vendored
4
.github/workflows/playwright.yml
vendored
@ -71,7 +71,9 @@ jobs:
|
||||
chmod 600 eth.key
|
||||
|
||||
# Run
|
||||
./codex-${version}-${platform}-${architecture} --data-dir=datadir --api-cors-origin="*" persistence --eth-provider=${eth_provider} --eth-private-key=./eth.key --marketplace-address=${marketplace_address} prover --circuit-dir=./datadir/circuits &
|
||||
platform=${RUNNER_OS,,}
|
||||
architecture=$([[ $RUNNER_ARCH == 'X64' ]] && echo amd64 || echo ${RUNNER_ARCH,,})
|
||||
./codex-${codex_version}-${platform}-${architecture} --data-dir=datadir --api-cors-origin="*" persistence --eth-provider=${eth_provider} --eth-private-key=./eth.key --marketplace-address=${marketplace_address} prover --circuit-dir=./datadir/circuits &
|
||||
|
||||
sleep 15
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user