Merge pull request 'fix: remove unnecessary steps from test workflow' (#6) from fix-test-action into main
All checks were successful
Test Runner / hello-world (push) Successful in 19s
All checks were successful
Test Runner / hello-world (push) Successful in 19s
Reviewed-on: http://192.168.0.16:3000/lborv/low-code-engine/pulls/6
This commit is contained in:
@ -9,18 +9,6 @@ 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