Skip to content

Commit b2d9af6

Browse files
committed
test
1 parent 4d73484 commit b2d9af6

1 file changed

Lines changed: 13 additions & 14 deletions

File tree

.github/workflows/test.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@ jobs:
99

1010
steps:
1111
- run: apt-get -qqy --update install git nodejs npm >/dev/null 2>&1
12-
# - name: test
13-
# env:
14-
# INPUT_TOKEN: ${{ github.token }}
15-
# run: |
16-
# pushd /root
17-
# git clone https://github.com/actions/checkout
18-
# cd checkout
19-
# npm ci
20-
# npm run build
21-
# ls dist
22-
# node dist/index.js
23-
# popd
24-
# ls
2512
- name: test
26-
uses: actions/checkout@v4
13+
env:
14+
INPUT_TOKEN: ${{ github.token }}
15+
run: |
16+
pushd /root
17+
git clone https://github.com/actions/checkout
18+
cd checkout
19+
npm ci
20+
npm run build
21+
sleep 1000
22+
ls dist
23+
node dist/index.js
24+
popd
25+
ls

0 commit comments

Comments
 (0)