Skip to content

Commit

Permalink
Switch bootstrap tests to project lib structure (#3130)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Jan 14, 2025
1 parent b5a8e51 commit f0cf5c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cookiecutters-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
path: ./MyProject/fprime
path: ./MyProject/lib/fprime
fetch-depth: 0

- name: "Update dependencies and install fprime-tools@devel"
run: |
cd MyProject
. fprime-venv/bin/activate
pip install -U -r ./fprime/requirements.txt
pip install -U -r ./lib/fprime/requirements.txt
pip install git+https://github.com/nasa/fprime-tools@devel
- name: "Version Check"
Expand All @@ -80,14 +80,14 @@ jobs:
run: |
cd MyProject
. fprime-venv/bin/activate
expect ./fprime/.github/actions/cookiecutter-check/deployment.expect
expect ./lib/fprime/.github/actions/cookiecutter-check/deployment.expect
cd MyDeployment
fprime-util build -j4
- name: "Test New Component and Build"
run: |
cd MyProject
. fprime-venv/bin/activate
expect ./fprime/.github/actions/cookiecutter-check/component.expect
expect ./lib/fprime/.github/actions/cookiecutter-check/component.expect
cd MyComponent
fprime-util build -j4

0 comments on commit f0cf5c3

Please sign in to comment.