Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
allevin committed Nov 19, 2020
1 parent 263348d commit 110a07b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/sst-elements_push_branch_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
- name: Checkout SST-Elements source
uses: actions/checkout@v2
with:
path: ./sst-elements_source
path: ../../../sst-elements_source

- name: Checkout SST-Core source
uses: actions/checkout@v2
with:
repository: sstsimulator/sst-core
path: ./sst-core_source
path: ../../../sst-core_source

# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v2
Expand Down Expand Up @@ -83,14 +83,11 @@ jobs:
echo "ls HOME "
ls -lia $HOME
echo "***"
echo "ls $HOME/runner "
ls -lia $HOME/runner
echo "ls $HOME/work "
ls -lia $HOME/work
echo "***"
echo "ls $HOME/runner/work "
ls -lia $HOME/runner/work
echo "***"
echo "ls $HOME/runner/work/sst-elements "
ls -lia $HOME/runner/work/sst-elements
echo "ls $HOME/work/sst-elements "
ls -lia $HOME/work/sst-elements
echo "***"
# echo "ls SST_SOURCE_PATHS "
# ls -lia $SST_SOURCE_PATHS
Expand Down

0 comments on commit 110a07b

Please sign in to comment.