Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add integration tests on this repo + million.js
  • Loading branch information
keynmol committed Jun 14, 2023
commit 80606b55f66e2cbde8cc1510f4a04403eb785cea
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: npm run test
- run: yarn run test
- name: Integration tests
run: |
set -e
yarn run index . && du -h ./index.scip

git clone https://github.com/aidenybai/million.git && cd million && \
yarn run index . && du -h ./index.scip
lint:
runs-on: ubuntu-latest
steps:
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ dist
node_modules
.eslintcache
yarn-error.log
snapshots/output/**/*.scip
**/*.scip
tsconfig.tsbuildinfo
.yarn
.pnp.cjs
.pnp.loader.mjs
index.scip