diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7245e58..b3383a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,4 +14,7 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script run: echo Hello, world! + + - name: get os info + run: cat /etc/os-release