Skip to content

Commit

Permalink
add default repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Apr 16, 2024
1 parent 981e95a commit 9edb5c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
defaults:
run:
working-directory: ./bitmovin-analytics-datasource
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -18,7 +21,10 @@ jobs:
sparse-checkout-cone-mode: false

- name: list structure
run: ls
run: |
ls
cd bitmovin-analytics-datasource
ls
- name: Setup Node.js environment
uses: actions/setup-node@v4
Expand Down

0 comments on commit 9edb5c0

Please sign in to comment.