Skip to content

Commit

Permalink
ci: Fixes working directory for run-analytics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
widal001 committed Nov 20, 2023
1 parent 465a611 commit 9f6bab9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- analytics/**
- .github/workflows/run-analytics.yml

defaults:
run:
working-directory: ./analytics # ensures that this job runs from the analytics sub-directory

jobs:
check-cli-help:
name: Check that the CLI is installed correctly
Expand Down

0 comments on commit 9f6bab9

Please sign in to comment.