Skip to content

ci: publish helm chart to oci ghcr.io (#214) #1539

ci: publish helm chart to oci ghcr.io (#214)

ci: publish helm chart to oci ghcr.io (#214) #1539

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup
uses: ./.github/actions/setup
- name: Run tests with coverage
run: pnpm test:coverage
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2
with:
file: ./coverage/lcov.info