Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
- adding name to steps.
  • Loading branch information
carlkidcrypto committed Dec 16, 2023
1 parent 72d0985 commit 43b88c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,37 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
- uses: actions/checkout@v4.1.1
name: Check out source code...

- uses: ./
name: Running first test...
with:
macos: echo "Hi from macos"
linux: |
echo "Hi from linux"
echo "Hi from linux second line"
windows: echo "Hi from windows"
windowsShell: cmd

- uses: ./
name: Running second test...
with:
macos: echo "test2"
linux: echo "test2"
windows: echo "test2"
windowsShell: cmd

- uses: carlkidcrypto-os-specific-runner@main
name: Running third test...
with:
macos: echo "Hi from macos"
linux: |
echo "Hi from linux"
echo "Hi from linux second line"
windows: echo "Hi from windows"

- uses: carlkidcrypto-os-specific-runner@main
name: Running fourth test...
with:
macos: echo "test2"
linux: echo "test2"
Expand Down

0 comments on commit 43b88c3

Please sign in to comment.