Skip to content

Commit 3b8db8c

Browse files
committed
test
1 parent 3cb2829 commit 3b8db8c

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,11 @@ 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
11+
- run: apt-get -qqy --update install git >/dev/null 2>&1
1212
- name: test
1313
env:
1414
INPUT_TOKEN: ${{ github.token }}
1515
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 | grep -v add-matcher
16+
git clone https://github.com/actions/checkout /tmp/checkout
17+
node checkout/dist/index.js | grep -v add-matcher
2318
- run: cat out_err.sh

0 commit comments

Comments
 (0)