Skip to content

docs: update theme 1.6 #502

docs: update theme 1.6

docs: update theme 1.6 #502

name: Integration tests
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-20.04
if: "!contains(github.event.pull_request.labels.*.name, 'disable-integration-tests')"
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Test with pytest
run: |
./ci/run_integration_test.sh tests/integration/standard/ tests/integration/cqlengine/