Skip to content

Commit

Permalink
fixes is_compatible workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MGJamJam committed Apr 16, 2024
1 parent 8d49cf5 commit 3f7caac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/is-compatible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,25 @@ on: [pull_request]
jobs:
compatibilitycheck:
runs-on: ubuntu-latest
#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
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
#TODO delete after merge to main
cache-dependency-path: './bitmovin-analytics-datasource/yarn.lock'
- name: Install dependencies
run: yarn install --immutable --prefer-offline
- name: Build plugin
Expand Down

0 comments on commit 3f7caac

Please sign in to comment.