This commit is contained in:
@@ -0,0 +1,20 @@
|
|||||||
|
name: Runner Smoke
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
smoke:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check job container
|
||||||
|
run: |
|
||||||
|
echo "runner smoke ok"
|
||||||
|
pwd
|
||||||
|
uname -a
|
||||||
|
node --version
|
||||||
|
npm --version
|
||||||
|
git --version
|
||||||
Reference in New Issue
Block a user