mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
git reverted test_linux.yml
This commit is contained in:
parent
3a1f273d4b
commit
63174971b3
13
.github/workflows/test_linux.yml
vendored
13
.github/workflows/test_linux.yml
vendored
@ -38,8 +38,6 @@ jobs:
|
||||
maven
|
||||
cmake
|
||||
zip
|
||||
python3
|
||||
python3-venv
|
||||
install_gtest: echo gtest already installed
|
||||
conf_pkg: echo package manager already configured
|
||||
install_cmd: install -y
|
||||
@ -139,15 +137,6 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
${{matrix.pkg_mgr}} ${{matrix.install_cmd}} ${{matrix.deps}} ${{matrix.arch_deps}} ${{matrix.os_deps}} ${{matrix.tag_deps}}
|
||||
- name: Install Python Dependencies
|
||||
run: |
|
||||
cd share/trick/pymods/trick
|
||||
python3 -m venv .venv && source .venv/bin/activate && pip3 install -r requirements.txt
|
||||
- name: Run Pytest
|
||||
run: |
|
||||
cd share/trick/pymods/trick
|
||||
source .venv/bin/activate
|
||||
./run_tests.py
|
||||
- name: Install GTest
|
||||
run: ${{matrix.install_gtest}}
|
||||
- name: Checkout repository
|
||||
@ -158,4 +147,4 @@ jobs:
|
||||
./configure
|
||||
make
|
||||
- name: Test
|
||||
run: make pytest
|
||||
run: make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user