Merge pull request 'main' (#9) from main into develop
All checks were successful
Test Runner / hello-world (push) Successful in 3s
All checks were successful
Test Runner / hello-world (push) Successful in 3s
Reviewed-on: http://192.168.0.16:3000/lborv/low-code-engine/pulls/9
This commit is contained in:
@ -4,23 +4,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hello-world:
|
hello-world:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Print environment info
|
|
||||||
run: |
|
|
||||||
echo "🏗️ Runner is working!"
|
|
||||||
echo "User: $(whoami)"
|
|
||||||
echo "OS: $(uname -a)"
|
|
||||||
echo "Current directory: $(pwd)"
|
|
||||||
echo "Files here:"
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: Test multiple commands
|
- name: Test multiple commands
|
||||||
run: |
|
run: |
|
||||||
echo "Step 1 complete ✅"
|
echo "Step 1 complete ✅"
|
||||||
|
|||||||
Reference in New Issue
Block a user