Skip to content

Commit

Permalink
Revert changes to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Mar 27, 2023
1 parent 0a80011 commit d00abf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,13 +327,13 @@ jobs:
run: just api/test

- name: Print API test logs
if: success() || failure() || cancelled()
if: success() || failure()
run: |
just logs > api_logs
cat api_logs
- name: Upload API test logs
if: success() || failure() || cancelled()
if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: api_logs
Expand Down

0 comments on commit d00abf9

Please sign in to comment.