This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: Runner Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Say hello
|
||||
run: echo "Hello from the PikaOS Gitea runner"
|
||||
|
||||
- name: Show environment
|
||||
run: |
|
||||
uname -a
|
||||
node --version
|
||||
npm --version
|
||||
|
||||
- name: Finish
|
||||
run: echo "CI pipeline completed successfully"
|
||||
|
||||
Reference in New Issue
Block a user