From 1a83be8083042c73bb7e98686f35b3dfd2dd6fe2 Mon Sep 17 00:00:00 2001 From: Ken Brooks <kenneth.s.brooks@chase.com> Date: Sun, 22 Mar 2020 20:23:27 -0400 Subject: [PATCH] just testing, seeing what is left in the dir after a build --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 87de4ad..4b85f6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,4 +14,7 @@ jobs: with: path: ./src/github.com/neilpa/yajsv - name: Build - run: make ci \ No newline at end of file + run: make ci + - name: List Files + shell: bash + run: ls -altr \ No newline at end of file -- GitLab