This commit is contained in:
parent
50121f1a19
commit
5b7ef75389
|
@ -7,22 +7,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
|
||||||
image: node:lts-alpine
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: See empty repo
|
|
||||||
run: ls -lah
|
|
||||||
|
|
||||||
- name: See Path
|
|
||||||
run: echo $PATH
|
|
||||||
|
|
||||||
- name: Install git
|
|
||||||
run: apk add git
|
|
||||||
|
|
||||||
- name: See git version
|
|
||||||
run: git -v
|
|
||||||
|
|
||||||
- name: Setup repo
|
- name: Setup repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue