Skip to content

Commit

Permalink
Add some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
syncom committed May 3, 2024
1 parent 09ae0ec commit 48dd7bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
run: |
mkdir -p artifacts
hello_time="$(date +'%Y-%m-%dT%H:%M:%S%z')"
echo "${hello_time} Hello, World!" > artifacts/hello.txt
echo "${hello_time}: Hello, World!" > artifacts/hello.txt
cat artifacts/hello.txt
sleep 4.2
goodbye_time="$(date +'%Y-%m-%dT%H:%M:%S%z')"
echo "${goodbye_time}: Goodbye, World!" > artifacts/goodbye.txt
cat artifacts/goodbye.txt
- name: 'Test OTA Release'
uses: './' # Use an action in the root directory
Expand Down

0 comments on commit 48dd7bb

Please sign in to comment.