We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966f9d4 commit c4d6eb3Copy full SHA for c4d6eb3
.github/workflows/ci.yml
@@ -44,9 +44,10 @@ jobs:
44
matrix.os == 'ubuntu-latest' && matrix.node == 16 && matrix.arch ==
45
'x64'
46
- run: npm test
47
- - run:
48
- echo ::set-output name=job_id::$(node -e
49
- "console.log(crypto.randomBytes(16).toString('hex'))")
+ - run: |
+ id=$(node -e "console.log(crypto.randomBytes(16).toString('hex'))")
+
50
+ echo "job_id=$id" >> $GITHUB_OUTPUT
51
id: get_job_id
52
shell: bash
53
- uses: coverallsapp/[email protected]
0 commit comments