mirror of
https://github.com/nasa/trick.git
synced 2025-02-21 01:31:25 +00:00
moved civet test to after we checkout out repo
This commit is contained in:
parent
a12b25e3dc
commit
7a25dcf78c
8
.github/workflows/test_linux.yml
vendored
8
.github/workflows/test_linux.yml
vendored
@ -139,6 +139,10 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
${{matrix.pkg_mgr}} ${{matrix.install_cmd}} ${{matrix.deps}} ${{matrix.arch_deps}} ${{matrix.os_deps}} ${{matrix.tag_deps}}
|
||||
- name: Install GTest
|
||||
run: ${{matrix.install_gtest}}
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@master
|
||||
- name: Create testing environment
|
||||
run: |
|
||||
cd share/trick/pymods/trick/
|
||||
@ -147,10 +151,6 @@ jobs:
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
./run_tests.py
|
||||
- name: Install GTest
|
||||
run: ${{matrix.install_gtest}}
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@master
|
||||
- name: Build trick
|
||||
run: |
|
||||
export MAKEFLAGS=-j`nproc`
|
||||
|
Loading…
x
Reference in New Issue
Block a user