diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2993c7cea0..cec27a34ff5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,13 +1,17 @@ name: Compile SOFA and run Tests on: workflow_dispatch: + pull_request: push: jobs: - check_title: + test_env: runs-on: [self-hosted, sh-ubuntu] steps: - name: Test env shell: bash run: | - env | grep GITHUB \ No newline at end of file + WORKSPACE=$(cat $GITHUB_WORKFLOW_SHA) + cd $WORKSPACE + echo $(pwd) + echo $WORKSPACE