Skip to content

ENT-9491: Fixed bug in double expansion of foreign list variables (3.18.x) #1450

ENT-9491: Fixed bug in double expansion of foreign list variables (3.18.x)

ENT-9491: Fixed bug in double expansion of foreign list variables (3.18.x) #1450

Workflow file for this run

name: Continuous Integration
on:
# run this workflow on pull_request activity
# this includes opening and pushing more commits
pull_request:
branches: [ master, 3.18.x, 3.15.x ]
jobs:
unit_tests:
uses: ./.github/workflows/unit_tests.yml
shellcheck_tests:
uses: ./.github/workflows/shellcheck.yml
asan_unit_tests:
needs: unit_tests
uses: ./.github/workflows/asan_unit_tests.yml
acceptance_tests:
needs: unit_tests
uses: ./.github/workflows/acceptance_tests.yml
windows_acceptance_tests:
needs: unit_tests
uses: ./.github/workflows/windows_acceptance_tests.yml
macos_unit_tests:
needs: unit_tests
uses: ./.github/workflows/macos_unit_tests.yml
valgrind_check:
needs: unit_tests
uses: ./.github/workflows/job-valgrind-check.yml
static_check:
needs: unit_tests
uses: ./.github/workflows/job-static-check.yml