aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Ashcon Partovi <ashcon@partovi.net> 2023-05-04 15:30:17 -0700
committerGravatar Ashcon Partovi <ashcon@partovi.net> 2023-05-04 15:30:17 -0700
commit38a1cd396fa5ab40b1bc1b07b84560c98739c6e8 (patch)
tree315a54b5249315722634dd0b3a8cac66172196de
parent1183dd1a3fd073de40823b6f3b44a890e89d5ffd (diff)
downloadbun-feat/ecosystem.tar.gz
bun-feat/ecosystem.tar.zst
bun-feat/ecosystem.zip
Fix working directory of GitHub actionfeat/ecosystem
-rw-r--r--.github/workflows/bun-ecosystem-test.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/bun-ecosystem-test.yml b/.github/workflows/bun-ecosystem-test.yml
index a8b7af4e2..3b163c0f2 100644
--- a/.github/workflows/bun-ecosystem-test.yml
+++ b/.github/workflows/bun-ecosystem-test.yml
@@ -1,4 +1,4 @@
-name: Ecosystem Test
+name: bun-ecosystem-test
on:
schedule:
@@ -45,4 +45,5 @@ jobs:
bun-download-url: https://bun.sh/download/${{ github.event.inputs.version }}/${{ matrix.url }}
- id: test
name: Test
+ working-directory: packages/bun-internal-test
run: bun run test:ecosystem