Skip to content

Commit f0cf5c3

Browse files
authored
Switch bootstrap tests to project lib structure (#3130)
1 parent b5a8e51 commit f0cf5c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cookiecutters-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
uses: actions/checkout@v4
5454
with:
5555
submodules: true
56-
path: ./MyProject/fprime
56+
path: ./MyProject/lib/fprime
5757
fetch-depth: 0
5858

5959
- name: "Update dependencies and install fprime-tools@devel"
6060
run: |
6161
cd MyProject
6262
. fprime-venv/bin/activate
63-
pip install -U -r ./fprime/requirements.txt
63+
pip install -U -r ./lib/fprime/requirements.txt
6464
pip install git+https://github.com/nasa/fprime-tools@devel
6565
6666
- name: "Version Check"
@@ -80,14 +80,14 @@ jobs:
8080
run: |
8181
cd MyProject
8282
. fprime-venv/bin/activate
83-
expect ./fprime/.github/actions/cookiecutter-check/deployment.expect
83+
expect ./lib/fprime/.github/actions/cookiecutter-check/deployment.expect
8484
cd MyDeployment
8585
fprime-util build -j4
8686
8787
- name: "Test New Component and Build"
8888
run: |
8989
cd MyProject
9090
. fprime-venv/bin/activate
91-
expect ./fprime/.github/actions/cookiecutter-check/component.expect
91+
expect ./lib/fprime/.github/actions/cookiecutter-check/component.expect
9292
cd MyComponent
9393
fprime-util build -j4

0 commit comments

Comments
 (0)