diff --git a/.github/workflows/mason_logger.yaml b/.github/workflows/mason_logger.yaml index 6a8e91396..f8bd1cb3c 100644 --- a/.github/workflows/mason_logger.yaml +++ b/.github/workflows/mason_logger.yaml @@ -52,16 +52,11 @@ jobs: file1="ci.txt" file2="test/fixtures/ci.txt" if cmp -s "$file1" "$file2"; then - printf 'The file "%s" is the same as "%s"\n' "$file1" "$file2" + echo "PASS" else - printf 'The file "%s" is different from "%s"\n' "$file1" "$file2" + echo "FAIL" + exit 1 fi - - - name: ☁️ Upload CI - uses: actions/upload-artifact@v3 - with: - name: ci.txt - path: packages/mason_logger/ci.txt pana: defaults: