Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
approxit committed Oct 23, 2023
1 parent 60b07f2 commit 6820665
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/smoke_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,11 @@ jobs:
- name: Call `ray down`
run: ray down golem-cluster-dev.yaml -y

- name: Collects webserver logs
- name: Collects logs
if: always()
uses: actions/upload-artifact@v3
with:
name: webserver_debug.log
path: /tmp/ray_on_golem/webserver_debug.log

- name: Collects yagna logs
if: always()
uses: actions/upload-artifact@v3
with:
name: yagna.log
path: /tmp/ray_on_golem/yagna.log
name: logs
path: |
/tmp/ray_on_golem/webserver_debug.log
/tmp/ray_on_golem/yagna.log

0 comments on commit 6820665

Please sign in to comment.