Skip to content

feat: allow showing attributes in all relationship status #85

feat: allow showing attributes in all relationship status

feat: allow showing attributes in all relationship status #85

Workflow file for this run

name: Test
on:
push:
branches-ignore: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: bash .ci/build.sh
env:
BUILD_NUMBER: ${{ github.run_number }}
COMMIT_HASH: ${{ github.sha }}
- run: bash .ci/test.sh