diff options
author | 2023-05-04 15:30:17 -0700 | |
---|---|---|
committer | 2023-05-04 15:30:17 -0700 | |
commit | 38a1cd396fa5ab40b1bc1b07b84560c98739c6e8 (patch) | |
tree | 315a54b5249315722634dd0b3a8cac66172196de | |
parent | 1183dd1a3fd073de40823b6f3b44a890e89d5ffd (diff) | |
download | bun-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.yml | 3 |
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 |