Skip to content

Commit

Permalink
Testing GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusini committed Apr 25, 2024
1 parent 2f077f0 commit 5071cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Machine Information
run: lscpu; free -h; df -h .
- name: System Information
run: date; uname -a; uptime; cat /etc/os-release; ls -C /boot || true
run: date; uname -a; uptime; cat /etc/os-release; ls -C /boot || :
- name: Context Information
run: tty; id; pwd; printf %s\\n "$SHELL"; printf %s\\n "$PATH"
run: tty || :; id; pwd; printf %s\\n "$SHELL"; printf %s\\n "$PATH"

- name: Update Package DB
run: sudo apt update
Expand Down

0 comments on commit 5071cd2

Please sign in to comment.