Skip to content

Ensure pino-pretty works in built app and can be configured in browser #1547

Ensure pino-pretty works in built app and can be configured in browser

Ensure pino-pretty works in built app and can be configured in browser #1547

name: Indexer CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Check for changes
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
indexer:
- 'apps/indexer/**'
- 'packages/shared/**'
- name: Build the Docker image
if: steps.filter.outputs.indexer == 'true'
run: packages/docker/script/dc.sh build indexer