Skip to content

Commit

Permalink
fix(deploy)
Browse files Browse the repository at this point in the history
  • Loading branch information
agjini committed Aug 11, 2023
1 parent 5864f6e commit daff017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
username: ${{ secrets.USER }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
source: "/tmp/${{ env.project }}-test/test-results.trx"
source: "/tmp/it-${{ env.project }}/test-results.trx"
target: "test-results.trx"

- name: Test Report
Expand Down

0 comments on commit daff017

Please sign in to comment.