Skip to content

test: add enhanced subscription test for meta corruption investigation #6127

test: add enhanced subscription test for meta corruption investigation

test: add enhanced subscription test for meta corruption investigation #6127

Workflow file for this run

name: '@fireproof/core'
on:
push:
branches:
- main
- 'mabels/**'
- 'jchris/**'
paths-ignore:
- 'dashboard/**/*'
# pull_request_target:
# types: [opened, synchronize, reopened]
# branches: [main]
jobs:
compile_test:
runs-on: ubuntu-latest
name: ci compile
environment:
name: external-pr
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
- uses: ./actions/base