Skip to content

Feature/password protected relationship template (#40) #101

Feature/password protected relationship template (#40)

Feature/password protected relationship template (#40) #101

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