From 52aaea4418193d91e84ad9cdf0a2e42eb298013f Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sun, 20 Feb 2022 20:28:37 -0800 Subject: [PATCH] Try checking output on GH actions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62c8e3c8e..77c165031 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,8 +44,8 @@ jobs: - name: Generate output for all sample files run: ./sample_files/compare_all.sh | tee sample_files/compare.result # TODO: work out why GitHub actions differ from my machine - # - name: Verify output is unchanged - # run: diff sample_files/compare.result sample_files/compare.expected + - name: Verify output is unchanged + run: diff sample_files/compare.result sample_files/compare.expected package: name: Build releasable package