Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 30, 2024
1 parent d64c1c0 commit e5a600c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,14 @@ jobs:
name: Play
runs-on: ["self-hosted", "linux", "x64", "large"]
steps:
- run: echo "Hello, world!"
- run: echo "Hello, world!" > hello.txt
shell: bash
- uses: ipdxco/custom-github-runners/.github/actions/upload-artifact@main
with:
source: remote.txt
- uses: ipdxco/custom-github-runners/.github/actions/download-artifact@main
with:
source: remote.txt
destination: goodbye.txt
- run: cat goodbye.txt
shell: bash

0 comments on commit e5a600c

Please sign in to comment.