Skip to content

Commit

Permalink
Fix unit test failure caused by changes on main
Browse files Browse the repository at this point in the history
After rebasing, the gui now also needs to be copied into the testing
container.
  • Loading branch information
ll-nick committed Nov 7, 2024
1 parent 0cd3a08 commit b6a39e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ FROM base AS unit_test

COPY CMakeLists.txt /tmp/arbitration_graphs/
COPY cmake /tmp/arbitration_graphs/cmake
COPY gui /tmp/arbitration_graphs/gui
COPY include /tmp/arbitration_graphs/include
COPY test /tmp/arbitration_graphs/test
COPY version /tmp/arbitration_graphs/version
Expand Down

0 comments on commit b6a39e2

Please sign in to comment.