Skip to content

Commit 22e1ab1

Browse files
authored
Merge pull request #141 from baba-dev/codex/add-logging-step-to-ci-workflow
ci: log golden assets before host tests
2 parents aa78d67 + 24d782e commit 22e1ab1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/host-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
- name: Build rooms_page_test
4646
run: cmake --build tests/build --target rooms_page_test -j
4747

48+
- name: List golden assets
49+
run: ls -la tests/ui/golden
50+
4851
- name: Run tests
4952
run: ctest --test-dir tests/build --output-on-failure --timeout 60
5053

0 commit comments

Comments
 (0)