Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Just print integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Apr 4, 2022
1 parent 39cad50 commit cc4c242
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,9 @@ jobs:
- name: Run ingestion-server tests
run: just ing-testlocal

- name: Upload ingestion test failure logs
- name: Print ingestion test failure logs
if: ${{ failure() }}
uses: actions/upload-artifact@v2
with:
name: ing_logs
path: ingestion/test/ingestion_logs.txt
run: cat ingestion/test/ingestion_logs.txt

test-api:
name: Run tests for the API
Expand Down

0 comments on commit cc4c242

Please sign in to comment.