From 669b8a2609967133c479bb2d993df5f9bed0c237 Mon Sep 17 00:00:00 2001 From: David G Rosenberg Date: Fri, 29 Mar 2024 02:45:36 -0400 Subject: [PATCH] Updated tests dir in GitHub actions --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b5448ca..ee63ff8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: - run: mkdir -p junit - name: Run bats tests - run: ./node_modules/.bin/bats --recursive --formatter junit test/ > junit/${{ matrix.os }}.xml + run: ./node_modules/.bin/bats --recursive --formatter junit tests/ > junit/${{ matrix.os }}.xml - name: Publish bats test results uses: dorny/test-reporter@v1