test github action

This commit is contained in:
zeaslity
2022-11-22 14:46:01 +08:00
parent 9a5fb2b80b
commit 89bb74be69

View File

@@ -6,7 +6,7 @@ name: Maven Package
on: on:
# Triggers the workflow on push or pull request events but only for the main branch # Triggers the workflow on push or pull request events but only for the main branch
push: push:
branches: [ main ] branches: [ main ]
# tags: # tags 更新时触发 workflow # tags: # tags 更新时触发 workflow
# - 'v*' # - 'v*'
pull_request: pull_request:
@@ -37,7 +37,15 @@ jobs:
echo "--------------------------------------" echo "--------------------------------------"
pwd pwd
echo "--------------------------------------" echo "--------------------------------------"
ls /proc/cpuinfo cd .server/target
ls
cd /home/runner/work/ProjectOctopus/ProjectOctopus
echo "--------------------------------------"
cd .agent/target
ls
cd /home/runner/work/ProjectOctopus/ProjectOctopus
echo "--------------------------------------"
cat /proc/cpuinfo
echo "--------------------------------------" echo "--------------------------------------"