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