Skip to content

Commit

Permalink
Try node build (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkurt committed Jan 18, 2024
1 parent d493f39 commit e86a234
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@ jobs:
runs-on: self-hosted

steps:
- name: Test actions/checkout
uses: actions/checkout@v4

- name: CPU info
run: |
uname -m
cat /proc/cpuinfo
- name: OS info
run: cat /etc/os-release

- name: Crete a text file
run: echo 123 > file.txt

- name: Test actions/upload-artifact
uses: actions/upload-artifact@v4
with:
name: file
path: file.txt

0 comments on commit e86a234

Please sign in to comment.