Skip to content

chore: bump jina from 3.22.0 to 3.22.1 #64

chore: bump jina from 3.22.0 to 3.22.1

chore: bump jina from 3.22.0 to 3.22.1 #64

Workflow file for this run

name: Integration Tests
on:
pull_request:
jobs:
core-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.7]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install jina
run: |
python -m pip install --upgrade pip
python -m pip install wheel
pip install -r requirements.txt
- name: Setup Golang 1.18
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Install Dependencies
run: |
go mod tidy -v
go get github.com/onsi/ginkgo/v2/ginkgo/[email protected]
go get github.com/onsi/ginkgo/v2/ginkgo/[email protected]
go get github.com/onsi/ginkgo/v2/ginkgo/[email protected]
go install github.com/onsi/ginkgo/v2/ginkgo
go get github.com/onsi/gomega/...
go mod tidy -v
- name: Run Client Tests
run: ginkgo --vv --progress
env:
ACK_GINKGO_RC: true
ACK_GINKGO_DEPRECATIONS: 1.16.5