Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yjf2002ghty authored Nov 5, 2024
1 parent 10d7e79 commit 3eef581
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Print System Information
run: |
lscpu
lsmem
df -h
- name: Print repository URL
run: |
Expand Down

0 comments on commit 3eef581

Please sign in to comment.