Skip to content

Commit

Permalink
chore: Remove workflow archive log step for community tests (#130)
Browse files Browse the repository at this point in the history
* Remove workflow archive log step for community tests
  • Loading branch information
crystall-bitquill authored and yanw-bq committed Apr 27, 2023
1 parent feada5e commit c3d1bc3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dockerized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,6 @@ jobs:
TEST_USERNAME: root
TEST_PASSWORD: root
DRIVER_PATH: ${{ github.workspace }}/build

- name: 'Archive log results'
if: always()
uses: actions/upload-artifact@v2
with:
name: 'community-test-logs'
path: build/reports/tests/
retention-days: 5

build-dockerized-integration-tests:
name: Dockerized Integration Tests
Expand Down

0 comments on commit c3d1bc3

Please sign in to comment.