Skip to content

Commit

Permalink
Add TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Apr 16, 2024
1 parent 9e76e92 commit 8d49cf5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ jobs:
runs-on: ubuntu-latest
env:
GRAFANA_ACCESS_POLICY_TOKEN: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
#TODO delete after merge to main
defaults:
run:
working-directory: ./bitmovin-analytics-datasource
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
#TODO delete after merge to main
sparse-checkout: |
bitmovin-analytics-datasource
sparse-checkout-cone-mode: false
Expand All @@ -25,6 +27,7 @@ jobs:
with:
node-version: '20'
cache: 'yarn'
#TODO delete after merge to main
cache-dependency-path: './bitmovin-analytics-datasource/yarn.lock'

- name: Install dependencies
Expand Down

0 comments on commit 8d49cf5

Please sign in to comment.