Skip to content

refactor(table): update api #289

refactor(table): update api

refactor(table): update api #289

Workflow file for this run

name: Build Oruga (next)
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 24
matrix:
node-version: ['17.9.0']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} 馃
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies 馃摝
run: npm install && npm run bootstrap
- name: Run lint and component tests 馃И
run: npm run test:oruga-next
- name: Upload coverage 馃搱
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: oruga-next