From 45dd85ca8ee1f48913b53fe8f7b75955527da36e Mon Sep 17 00:00:00 2001 From: Greg Sarjeant <1686767+gsarjeant@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:17:39 -0400 Subject: [PATCH] contig -> config --- .gitea/workflows/unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/unit_tests.yaml b/.gitea/workflows/unit_tests.yaml index 0e9cf9c..4dc8c90 100644 --- a/.gitea/workflows/unit_tests.yaml +++ b/.gitea/workflows/unit_tests.yaml @@ -14,4 +14,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run unit tests - run: /test/phpunit --bootstrap contig/bootstrap.php --testdox tests \ No newline at end of file + run: /test/phpunit --bootstrap config/bootstrap.php --testdox tests \ No newline at end of file