Skip to content

Commit

Permalink
Test pre job hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Sep 9, 2024
1 parent 2435955 commit 932aec1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
WORKSPACE=$(cat $GITHUB_WORKFLOW_SHA)
cd $WORKSPACE
echo $(pwd)
echo $WORKSPACE

0 comments on commit 932aec1

Please sign in to comment.