itest
This commit is contained in:
parent
7eccf2e36b
commit
2bef5e3ea2
9
.github/workflows/tests.yaml
vendored
9
.github/workflows/tests.yaml
vendored
@ -29,16 +29,17 @@ jobs:
|
||||
- name: Build and run tests
|
||||
run: |
|
||||
go install github.com/onsi/ginkgo/v2/ginkgo
|
||||
ginkgo -v -r --skipPackage=./integration
|
||||
ginkgo -v -r --skip-package=./integration
|
||||
|
||||
integration-test:
|
||||
name: Run integration tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.11.9
|
||||
run: apt-get install python3 python3-pip
|
||||
# uses: actions/setup-python@v4
|
||||
# with:
|
||||
# python-version: 3.11.9
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user