chore: remove debug steps from test.yaml to streamline workflow and reduce clutter
This commit is contained in:
parent
d8b0439057
commit
0677c36d13
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@ -8,13 +8,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Debug directory
|
|
||||||
run: |
|
|
||||||
echo "Current directory:"
|
|
||||||
pwd
|
|
||||||
lscpu
|
|
||||||
echo "Listing /opt/docker:"
|
|
||||||
ls -l /opt
|
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: http://gitea.xkkxyy.com/actions/checkout@main
|
uses: http://gitea.xkkxyy.com/actions/checkout@main
|
||||||
- name: Docker Build and Push
|
- name: Docker Build and Push
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user