Skip to content

Release/v2.3.0

Release/v2.3.0 #336

Workflow file for this run

---
name: Tests - Helm
on:
pull_request:
types:
- opened
- synchronize
paths:
- .github/workflows/test-helm.yml
- helm/fiftyone-teams-app/**
- tests/fixtures/helm/**
- tests/integration/helm/**
- tests/unit/helm/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
unit-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
- name: Temporary SQLite/LZMA - Install missing libraries
run: sudo apt install -y libsqlite3-dev libbz2-dev
- name: install asdf & tools
uses: asdf-vm/actions/[email protected]
- name: Run unit tests
shell: bash
run: |
make test-unit-helm