Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeet-dhumal committed Jan 25, 2024
1 parent 1a10052 commit 238ebb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Test
run: go test -v ./functional-tests

- name: Upload test log as artifact
- name: Upload test log as an artifact
uses: actions/upload-artifact@v2
with:
name: functional-test-logs
path: $HOME/instascale/instascale/functional-tests/functional-test-logfile.log
path: /home/runner/work/instascale/instascale/functional-tests/functional-test-logfile.log

0 comments on commit 238ebb4

Please sign in to comment.