Skip to content

Commit 9af620c

Browse files
committed
test
1 parent 7b0a450 commit 9af620c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,17 @@ jobs:
88
runs-on: [self-hosted, Linux, X64]
99

1010
steps:
11+
- run: apt-get -qqy --update install git nodejs npm >/dev/null 2>&1
1112
- name: test
1213
env:
1314
INPUT_TOKEN: ${{ github.token }}
1415
run: |
15-
apt-get -qqy --update install git nodejs npm >/dev/null 2>&1
1616
pushd /tmp
1717
git clone https://github.com/actions/checkout
1818
cd checkout
1919
npm ci
2020
npm run build
21+
ls dist
2122
node dist/index.js
2223
popd
2324
ls

0 commit comments

Comments
 (0)