mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
fixed misspelling
This commit is contained in:
parent
f4bc0836dd
commit
c8a7fa2aa9
7
.github/workflows/test_linux.yml
vendored
7
.github/workflows/test_linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user