From ba4bcafbb1ac0671ef2d7550c65c518ed19f7ee6 Mon Sep 17 00:00:00 2001 From: "Lucas, John P." Date: Thu, 17 Oct 2024 20:21:58 -0400 Subject: [PATCH] [nasa/nos3#348] Updates to test-fsw in CI workflow, remove osal issue tests, and resolve sample component unit test pathing; --- .github/workflows/build.yml | 16 +++------------- components/sample | 2 +- fsw/osal | 2 +- 3 files changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85de556f..36457c18 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,18 +13,14 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive - - name: Update - run: apt-get update - - name: Install dependencies - run: apt-get install -y python3 docker docker.io - - name: prep - run: make prep - name: config run: make config - name: build directory run: mkdir ./fsw/build - name: build - run: make build-fsw + run: make build-test + - name: test + run: make test-fsw sim: runs-on: ubuntu-latest @@ -34,12 +30,6 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - - name: Update - run: apt-get update - - name: Install dependencies - run: apt-get install -y python3 docker docker.io - - name: prep - run: make prep - name: config run: make config - name: build directory diff --git a/components/sample b/components/sample index 8875ec10..c05c00e3 160000 --- a/components/sample +++ b/components/sample @@ -1 +1 @@ -Subproject commit 8875ec107019cd0ad0ec4b841301d757f2708b89 +Subproject commit c05c00e3b78a65b6c2b4bf3203aa4a487333ea9e diff --git a/fsw/osal b/fsw/osal index 4c0dc365..27a11768 160000 --- a/fsw/osal +++ b/fsw/osal @@ -1 +1 @@ -Subproject commit 4c0dc36540680d0b8af5f546411080c402ebbb9d +Subproject commit 27a117681a6b059bb3d69ea82052e8bc1717d88e