We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0a450 commit 9af620cCopy full SHA for 9af620c
1 file changed
.github/workflows/test.yml
@@ -8,16 +8,17 @@ jobs:
8
runs-on: [self-hosted, Linux, X64]
9
10
steps:
11
+ - 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: |
- apt-get -qqy --update install git nodejs npm >/dev/null 2>&1
16
pushd /tmp
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
0 commit comments