Skip to content

Start testing ssb.db.create and ssb.tribes.publish #2

Start testing ssb.db.create and ssb.tribes.publish

Start testing ssb.db.create and ssb.tribes.publish #2

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: pnpm install
uses: jaid/[email protected]
with:
packageManager: 'pnpm'
- name: Test
run: npm test