Skip to content

V0.2.0

V0.2.0 #81

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 20
matrix:
test_script:
- test
container:
image: crumbjp/faissdb@sha256:d83c5a35007e353b06d0059abc1db69345b4eafbcf0f022736ab10ac88189a41
steps:
- name: Set up a Git safe directory
run: git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- uses: actions/[email protected]
- name: prepare
run: bash ci/prepare.sh
# - name: Debug
# if: ${{ always() }}
# uses: mxschmitt/action-tmate@v3
- name: test_faissdb
run: bash ci/test_faissdb.sh
- name: test_client
run: bash ci/test_client.sh