mirror of
https://github.com/nick-fields/retry.git
synced 2026-02-11 23:55:28 +00:00
test: add log example to ci workflow
This commit is contained in:
3
.github/scripts/log-examples.js
vendored
Normal file
3
.github/scripts/log-examples.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
console.log('console.log test');
|
||||||
|
process.stdout.write('stdout test');
|
||||||
|
process.stderr.write('stderr test');
|
||||||
5
.github/workflows/ci_cd.yml
vendored
5
.github/workflows/ci_cd.yml
vendored
@@ -191,6 +191,11 @@ jobs:
|
|||||||
expected: failure
|
expected: failure
|
||||||
actual: ${{ steps.sad_path_timeout.outcome }}
|
actual: ${{ steps.sad_path_timeout.outcome }}
|
||||||
|
|
||||||
|
- name: log examples
|
||||||
|
uses: ./
|
||||||
|
with:
|
||||||
|
command: node ./.github/scripts/log-examples.js
|
||||||
|
|
||||||
# runs on push to master only
|
# runs on push to master only
|
||||||
cd:
|
cd:
|
||||||
name: Publish Action
|
name: Publish Action
|
||||||
|
|||||||
Reference in New Issue
Block a user