Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
- adding file to the uses
  • Loading branch information
carlkidcrypto committed Dec 16, 2023
1 parent 43b88c3 commit 975c4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -27,7 +27,7 @@ jobs:
windows: echo "Hi from windows"
windowsShell: cmd

- uses: ./
- uses: ./action.yml
name: Running second test...
with:
macos: echo "test2"
Expand Down

0 comments on commit 975c4b7

Please sign in to comment.