Skip to content

perf: improve vds_version_resource perf by not including counts #484

perf: improve vds_version_resource perf by not including counts

perf: improve vds_version_resource perf by not including counts #484

Workflow file for this run

name: Tests
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Build images
run: docker compose build
- name: Run tests
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: docker-compose run -e COVERALLS_REPO_TOKEN test bash /opt/scripts/run-tests.sh -c ckanext.versioned_datastore