From decd210eda108f42e7188c458c75aabb7d331128 Mon Sep 17 00:00:00 2001 From: pavlik_dev <121434853+pavliktt@users.noreply.github.com> Date: Thu, 22 Aug 2024 00:18:40 +0300 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f72e747..6313800 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -17,3 +17,7 @@ jobs: run: ./configure - name: make run: make + - name: make a test file + run: echo "test file" >> test.txt + - name: test the executable + run: ./fileinfo test.txt