Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
syntax maybe
  • Loading branch information
carlkidcrypto committed Dec 16, 2023
1 parent 1191473 commit 72d0985
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,29 @@ jobs:
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
steps:
-
uses: actions/checkout@v4.1.1
-
uses: /home/runner/work/carlkidcrypto-os-specific-runner/
- uses: actions/checkout@v4.1.1
- uses: ./
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: /home/runner/work/carlkidcrypto-os-specific-runner/
- uses: ./
with:
macos: echo "test2"
linux: echo "test2"
windows: echo "test2"
windowsShell: cmd
-
uses: carlkidcrypto-os-specific-runner@main
- uses: carlkidcrypto-os-specific-runner@main
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
- uses: carlkidcrypto-os-specific-runner@main
with:
macos: echo "test2"
linux: echo "test2"
Expand Down

0 comments on commit 72d0985

Please sign in to comment.