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 b89229e commit abb2bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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 || :
run: "date; uname -a; uptime; cat /etc/os-release; ls -C /boot || :"
shell: bash
- name: Context Information
#shell: bash
Expand Down

0 comments on commit abb2bb6

Please sign in to comment.