From a9393c70855431999788960ba2101e20d5a3f47c Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Thu, 21 Sep 2023 23:10:38 +0000
Subject: [PATCH] Resolve "Add artifact summary file"

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1f24030..e9acf2ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,7 @@ default:
       - results
       - config
       - .env
+      - summary.txt
     reports:
       dotenv: .env
 
@@ -118,6 +119,7 @@ final_report:
   script:
     # disabled while we address ACTS issues
     #- mkdir -p results/views && cd results/views && bash ../../bin/download_views
+    - find results -print | sort | tee summary.txt
     - echo "It was a success!"
   allow_failure: true
 
-- 
GitLab