Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed Aug 14, 2022
1 parent b1b00d8 commit 99a47c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Run modle_tools evaluate integration test(s)
working-directory: ${{ github.workspace }}/test/scripts
run: |
./modle_tools_transform_eval_test.sh ${{ github.workspace }}/build/src/modle_tools/modle_tools
./modle_tools_eval_integration_test.sh ${{ github.workspace }}/build/src/modle_tools/modle_tools
- name: Inspect MoDLE version
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ COPY test/scripts/modle*integration_test.sh "$src_dir/test/scripts/"

RUN apt-get update \
&& apt-get install -y libdigest-sha-perl \
xz-utils \
xz-utils

RUN "$src_dir/test/scripts/modle_integration_test.sh" "$staging_dir/bin/modle"
RUN "$src_dir/test/scripts/modle_tools_transform_integration_test.sh" "$staging_dir/bin/modle_tools"
Expand Down

0 comments on commit 99a47c4

Please sign in to comment.