From 12eb0f16e183e57d28eb0266052d5807c9aeb32d Mon Sep 17 00:00:00 2001 From: Geun-Oh Date: Fri, 29 Mar 2024 01:57:32 +0900 Subject: [PATCH] chore: remove unused library --- .github/workflows/test-cloudflarekv.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/test-cloudflarekv.yml b/.github/workflows/test-cloudflarekv.yml index f55c47ef..17f931d9 100644 --- a/.github/workflows/test-cloudflarekv.yml +++ b/.github/workflows/test-cloudflarekv.yml @@ -30,17 +30,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - - # - uses: JarvusInnovations/background-action@v1.0.5 - # name: Bootstrap System Under Test (SUT) - # with: - # run: | - # .github/scripts/initialize-wrangler.sh - # npx wrangler dev - - # wait-on: | - # http://localhost:8787/health - + - name: Write code run: | chmod +x .github/scripts/initialize-wrangler.sh