Changed trick_home using workspace

This commit is contained in:
Caleb Herpin 2021-07-27 18:51:11 -05:00
parent 811f9c1f44
commit c1e2755a9f

View File

@ -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