From c5403812a3a1e0503a0e9805b04672ce4ef5f205 Mon Sep 17 00:00:00 2001 From: Mark Wardle Date: Wed, 20 Mar 2024 10:10:25 +0000 Subject: [PATCH] Update github action name --- .github/workflows/test-live-uk-cron.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-live-uk-cron.yml b/.github/workflows/test-live-uk-cron.yml index f22090ef..53855ee0 100644 --- a/.github/workflows/test-live-uk-cron.yml +++ b/.github/workflows/test-live-uk-cron.yml @@ -1,8 +1,8 @@ -name: Test-uk-live +name: Test-uk-live-cron on: schedule: - - cron: '0 14 * * 3' + - cron: '0 14 * * 3' # Every Wednesday at 2pm jobs: build: @@ -52,5 +52,5 @@ jobs: - name: Print status report run: clojure -M:run --db snomed.db status - - name: Clojure tests + - name: Run tests run: clojure -M:test