mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Added second info.
This commit is contained in:
parent
c1e2755a9f
commit
bbb02a625a
14
.github/workflows/test_linux.yml
vendored
14
.github/workflows/test_linux.yml
vendored
@ -138,8 +138,8 @@ jobs:
|
||||
run: |
|
||||
pwd
|
||||
echo $TEST
|
||||
echo echo workspace is $TRICK_HOME
|
||||
echo file in workspace:
|
||||
echo workspace is $TRICK_HOME
|
||||
echo files in workspace:
|
||||
ls -la $TRICK_HOME
|
||||
env:
|
||||
TEST: Hello World!
|
||||
@ -154,6 +154,16 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@master
|
||||
- name: Create testing environment
|
||||
- name: Info after checkout
|
||||
run: |
|
||||
pwd
|
||||
echo $TEST
|
||||
echo workspace is $TRICK_HOME
|
||||
echo files in workspace:
|
||||
ls -la $TRICK_HOME
|
||||
env:
|
||||
TEST: Hello World!
|
||||
TRICK_HOME: ${{ github.worspace }}
|
||||
run: |
|
||||
cd share/trick/pymods/trick/
|
||||
python3 -m venv .venv && . .venv/bin/activate && pip3 install -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user