From d7f128093fdf7a8aa17b8aabb6d478c11b320748 Mon Sep 17 00:00:00 2001 From: Daniel Carbone Date: Thu, 16 Jan 2025 12:02:57 -0600 Subject: [PATCH] wtf. --- .github/actions/bootstrap/action.yaml | 2 +- phpunit/bootstrap.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index 803cf142..b0dfc694 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -63,7 +63,7 @@ runs: # language=sh run: | rm composer.lock - composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + composer update --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: 'Save composer dep cache' if: steps.cache.outputs.cache-hit != 'true' && steps.cache.outputs.cache-hit != true diff --git a/phpunit/bootstrap.php b/phpunit/bootstrap.php index 819fd8b8..b8495d90 100644 --- a/phpunit/bootstrap.php +++ b/phpunit/bootstrap.php @@ -37,7 +37,7 @@ echo "Generating code for target: {$phpfhir_test_target}\n"; $config = \DCarbone\PHPFHIR\Config::fromArray(require PHPFHIR_TEST_CONFIG_FILE); $builder = new DCarbone\PHPFHIR\Builder($config); - $builder->render(); + $builder->render(true, $phpfhir_test_target); })(); // ensure test resource download directory exists