Skip to content

Implement possibility to use custom webId #11

Implement possibility to use custom webId

Implement possibility to use custom webId #11

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: './.github/actions/setup'
- name: Build packages
run: yarn lerna run build
- name: Run tests
run: yarn workspaces foreach --all run test run