Skip to content

Commit

Permalink
add default working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Apr 16, 2024
1 parent 247f707 commit 96fab03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
# defaults:
# run:
# working-directory: ./bitmovin-analytics-datasource
defaults:
run:
working-directory: ./bitmovin-analytics-datasource
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 96fab03

Please sign in to comment.