Skip to content

Commit

Permalink
feat: add cloudflare worker init step at benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh committed Mar 30, 2024
1 parent 5b26a0b commit 510d583
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,21 @@ jobs:
# NOTE: Keep this in sync with the version from go.mod
go-version: "1.20.x"

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'

- name: Install Azurite
run: |
docker run -d -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0 --blobPort 10000
- name: Install Cloudflare Worker
run : |
chmod +x .github/scripts/initialize-wrangler.sh
.github/scripts/initialize-wrangler.sh
npx wrangler dev &
- name: Install Coherence
run: |
docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:22.06.5
Expand Down

0 comments on commit 510d583

Please sign in to comment.