Compare commits

...

1 Commits

Author SHA1 Message Date
Ashcon Partovi
38a1cd396f Fix working directory of GitHub action 2023-05-04 15:30:17 -07:00

View File

@@ -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