From 28d2bae28bb728633e935f5b6ee3dacee042c5c9 Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Sat, 1 Jun 2024 23:29:49 -0700 Subject: [PATCH] Bug #844 PR# 846: revert CI test change --- .github/workflows/github-actions-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-ci.yml b/.github/workflows/github-actions-ci.yml index 692bbf4e..21b5e248 100644 --- a/.github/workflows/github-actions-ci.yml +++ b/.github/workflows/github-actions-ci.yml @@ -28,5 +28,5 @@ jobs: - name: List files in the repository run: ls ${{ github.workspace }} - name: tests - run: sudo make test || cat test/test.log + run: sudo make test - run: echo "This test's status is ${{ job.status }}."