fixed misspelling

This commit is contained in:
Caleb Herpin 2021-07-27 19:06:52 -05:00
parent f4bc0836dd
commit c8a7fa2aa9

View File

@ -143,7 +143,7 @@ jobs:
ls -la $TRICK_HOME
env:
TEST: Hello World!
TRICK_HOME: ${{ github.worspace }}
TRICK_HOME: ${{ github.workspace }}
- name: Update Package Manager
run: ${{matrix.conf_pkg}}
- name: Install Dependencies
@ -162,7 +162,7 @@ jobs:
ls -la $TRICK_HOME
env:
TEST: Hello World!
TRICK_HOME: ${{ github.worspace }}
TRICK_HOME: ${{ github.workspace }}
- name: Create testing environment
run: |
cd share/trick/pymods/trick/
@ -174,10 +174,11 @@ jobs:
make
- name: Run Civet Tests
run: |
export TRICK_HOME=pwd
cd share/trick/pymods/trick/
. .venv/bin/activate
./run_tests.py
env:
TRICK_HOME: "${{ github.workspace }}/trick"
TRICK_HOME: "${{ github.workspace }}"
- name: Test
run: make test