fix: remove unnecessary steps from test workflow
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