Skip to content

Commit

Permalink
[#348] Updates to test-fsw in CI workflow, remove osal issue tests, a…
Browse files Browse the repository at this point in the history
…nd resolve sample component unit test pathing;
  • Loading branch information
jlucas9 committed Oct 18, 2024
1 parent de3488f commit ba4bcaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion components/sample
2 changes: 1 addition & 1 deletion fsw/osal

0 comments on commit ba4bcaf

Please sign in to comment.