From e6e81a13dc33d8f55570c33b926ab047d011ae81 Mon Sep 17 00:00:00 2001 From: mgramin Date: Sun, 15 Oct 2023 11:14:47 +0300 Subject: [PATCH] Fix pipeline --- .github/workflows/test_sqlite.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_sqlite.yml b/.github/workflows/test_sqlite.yml index 6a8be09..11b004b 100644 --- a/.github/workflows/test_sqlite.yml +++ b/.github/workflows/test_sqlite.yml @@ -25,6 +25,9 @@ jobs: - name: Make writable run: chmod -R 775 ./output + - name: LS + run: ls -l + - name: Run the KEEP mode run: | export CONFIG_FILE=config_keep.tdk.yaml