Skip to content

Commit f420f3b

Browse files
committed
Path issue?
Works for me, fails on CI, yay.
1 parent 1c41639 commit f420f3b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ jobs:
7777
DATADOG_APP_KEY: ${{ secrets.DATADOG_APP_KEY }}
7878
DATADOG_SITE: ${{ secrets.DATADOG_API_HOST }}
7979
run: |
80-
cd test-other
81-
deno --allow-all integration_check_deno.ts
80+
deno --allow-all test-other/integration_check_deno.ts
8281
8382
lint:
8483
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)