Skip to content

fix: fix ambiguous id ORDER in the catalog query when filtering by te… #716

fix: fix ambiguous id ORDER in the catalog query when filtering by te…

fix: fix ambiguous id ORDER in the catalog query when filtering by te… #716

Workflow file for this run

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
cache: npm
- name: install
run: npm ci
- name: build
run: npm run build
- name: test
run: npm run test