Skip to content

Tidy render code, re-enable variation icons #125

Tidy render code, re-enable variation icons

Tidy render code, re-enable variation icons #125

Workflow file for this run

name: Test Build PowerBI visual
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npm install -g powerbi-visuals-tools
pbiviz package