Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Wenxin Zhang <[email protected]>
  • Loading branch information
VincyZhang committed May 11, 2024
1 parent 851d2ca commit e539363
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker/ut.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Copyright (c) 2024 Intel Corporation
# Copyright (c) 2022 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Run UT
run: |
docker exec ${{ env.CONTAINER_NAME }} \
bash -c "bash /GenAIEval/.github/workflows/scripts/unittest.sh --test_name=${{ matrix.test_name }}"
bash -c "bash /GenAIEval/.github/workflows/scripts/unittest/unittest.sh --test_name=${{ matrix.test_name }}"

- name: Collect log
if: ${{ !cancelled() }}
Expand All @@ -96,7 +96,7 @@ jobs:
name: "UnitTest${{ matrix.test_name }}"
path: ${{ github.workspace }}/log_dir

Genreate-OptimizeUT-Report:
Genreate-UT-Report:
runs-on: ubuntu-latest
needs: [Unit-Test]
steps:
Expand All @@ -123,4 +123,3 @@ jobs:
name: Unit Test
path: ${{ github.workspace }}/log_dir
retention-days: 5

0 comments on commit e539363

Please sign in to comment.