@@ -7,6 +7,11 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
container: docker:latest
|
||||
steps:
|
||||
- name: Apt
|
||||
run: |
|
||||
- ps ax
|
||||
- apt-get update
|
||||
- apt-get install node
|
||||
- name: PSlist
|
||||
run: ps ax
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user