Skip to content

Commit

Permalink
Fix UI tests on CI (#630)
Browse files Browse the repository at this point in the history
* Fix UI tests on CI

* Fix macOS CI
  • Loading branch information
ken-matsui authored Jun 14, 2022
1 parent 3dd76fe commit aadb353
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ jobs:
run: ctest --output-on-failure --verbose
working-directory: build

- name: Install required software to process UI tests
run: sudo apt-get install -y -qq clang-format
- name: Uninstall optional software for some commands
run: sudo apt-get purge -y -qq clang-format

- name: UI Test
- name: More test Poac
run: ctest --output-on-failure --verbose
working-directory: build

Expand All @@ -117,7 +117,7 @@ jobs:
run: ./poac --help
working-directory: build

- name: Running Test
- name: Test binary
# FIXME: memory leak on Ninja
# https://github.com/poacpm/poac/runs/6859118992?check_suite_focus=true#step:16:21
if: matrix.build_type == 'Release'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: ctest --output-on-failure --verbose
working-directory: build

- name: Install required software to process UI tests
- name: Install optional software for some commands
run: brew install clang-format

- name: UI Test
- name: More test Poac
run: ctest --output-on-failure --verbose
working-directory: build

Expand All @@ -59,7 +59,7 @@ jobs:
run: ./poac --help
working-directory: build

- name: Running Test
- name: Test binary
run: |
./build/poac create hello_world
cd hello_world
Expand Down

0 comments on commit aadb353

Please sign in to comment.