mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 18:04:27 +01:00
do not test sync - because it needs server for now
This commit is contained in:
33
.github/workflows/napi.yml
vendored
33
.github/workflows/napi.yml
vendored
@@ -185,39 +185,6 @@ jobs:
|
||||
shell: bash
|
||||
- name: Test bindings
|
||||
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn workspace @tursodatabase/database test
|
||||
test-sync-linux-x64-gnu-binding:
|
||||
name: Test sync bindings on Linux-x64-gnu - node@${{ matrix.node }}
|
||||
needs:
|
||||
- build
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node:
|
||||
- "20"
|
||||
runs-on: blacksmith-4vcpu-ubuntu-2404
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup node
|
||||
uses: useblacksmith/setup-node@v5
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
- name: Build db common
|
||||
run: yarn workspace @tursodatabase/database-common build
|
||||
- name: Build sync common
|
||||
run: yarn workspace @tursodatabase/sync-common build
|
||||
- name: Download all sync artifacts
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: bindings/javascript
|
||||
merge-multiple: true
|
||||
pattern: 'sync*'
|
||||
- name: List packages
|
||||
run: ls -R .
|
||||
shell: bash
|
||||
- name: Test bindings
|
||||
run: docker run --rm -v $(pwd):/build -w /build node:${{ matrix.node }}-slim yarn workspace @tursodatabase/sync test
|
||||
publish:
|
||||
name: Publish
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user