Skip to content

Fix bug for LOAD_ALL_WITH_PARTIAL_LOCK #492

Fix bug for LOAD_ALL_WITH_PARTIAL_LOCK

Fix bug for LOAD_ALL_WITH_PARTIAL_LOCK #492

name: Temporal Integration Test
on:
pull_request:
push:
branches:
- 'main'
jobs:
tests:
name: "Integration testing"
runs-on: ubuntu-latest
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/checkout@v3
- name: "Set up temporal environment"
run: docker compose -f docker-compose/ci-temporal-dependencies.yml up -d
- name: "Test against temporal"
run: make ci-temporal-integ-test
- name: Dump docker logs
if: always()
uses: jwalton/gh-docker-logs@v2