From 076cacc97900dc0ae8b980d31667cd12a4859922 Mon Sep 17 00:00:00 2001 From: "christopher.conde" Date: Thu, 18 May 2023 10:18:36 +0200 Subject: [PATCH] Fix issue where CI/CD was still looking at old results folder --- .github/workflows/rippled.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/rippled.yml b/.github/workflows/rippled.yml index 29a730e..8bace24 100644 --- a/.github/workflows/rippled.yml +++ b/.github/workflows/rippled.yml @@ -59,7 +59,6 @@ jobs: mv ./ziggurat/ziggurat_* ziggurat_test chmod +x ziggurat_test mkdir -p results/rippled - mv results/rippled/latest.jsonl results/rippled/previous.jsonl ./ziggurat_test --test-threads=1 --nocapture -Z unstable-options --report-time --format json > results/rippled/latest.jsonl - uses: actions/upload-artifact@v3 with: