From bc0e6c92e35ba216311339ce92812bac0134fd86 Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Mon, 5 Aug 2024 16:48:53 -0700 Subject: [PATCH] gha: wrong directory --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c60b996..43e5f60 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -140,4 +140,4 @@ jobs: steps: - uses: actions/checkout@v4 - run: make test - working-directory: tests/test-minimum + working-directory: tests/minimum