mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
Changed trick_home using workspace
This commit is contained in:
parent
811f9c1f44
commit
c1e2755a9f
6
.github/workflows/test_linux.yml
vendored
6
.github/workflows/test_linux.yml
vendored
@ -138,8 +138,12 @@ jobs:
|
||||
run: |
|
||||
pwd
|
||||
echo $TEST
|
||||
echo echo workspace is $TRICK_HOME
|
||||
echo file in workspace:
|
||||
ls -la $TRICK_HOME
|
||||
env:
|
||||
TEST: Hello World!
|
||||
TRICK_HOME: ${{ github.worspace }}
|
||||
- name: Update Package Manager
|
||||
run: ${{matrix.conf_pkg}}
|
||||
- name: Install Dependencies
|
||||
@ -164,6 +168,6 @@ jobs:
|
||||
. .venv/bin/activate
|
||||
./run_tests.py
|
||||
env:
|
||||
TRICK_HOME: "/"
|
||||
TRICK_HOME: "${{ github.workspace }}/trick"
|
||||
- name: Test
|
||||
run: make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user