From 9a762a2eabdf647729611eb23a8cf2017339f0b7 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 19 Jul 2023 10:08:19 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1acede5..f9c63a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,13 +34,13 @@ jobs: - name: Test listing run: | - # nsgr_job # print usage + nsgr_job -h # print usage # nsgr_job -l # will fail with error about config file - name: Test submitting run: | - nsgr_submit # print usage + # nsgr_submit # print usage - name: Final version info run: |