From 975c4b73ea3b7b812eabd074614dccc37139067b Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 15 Dec 2023 21:50:51 -0800 Subject: [PATCH] Update tests.yml - adding file to the uses --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77f4ef6..04daa34 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4.1.1 name: Check out source code... - - uses: ./ + - uses: ./action.yml name: Running first test... with: macos: echo "Hi from macos" @@ -27,7 +27,7 @@ jobs: windows: echo "Hi from windows" windowsShell: cmd - - uses: ./ + - uses: ./action.yml name: Running second test... with: macos: echo "test2"