Skip to content

Commit

Permalink
Update MainMigrationWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Jun 24, 2023
1 parent 47c0102 commit 08c9136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MainMigrationWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ jobs:
if: always()
with:
name: "logs-${{ github.event.inputs.currentVersion }}-${{ github.event.inputs.migratingVersion }}-${{ github.event.inputs.database }}-${{ github.event.inputs.os }}"
path: ./.github/migration-tester/migration-automation/artifacts
path: ${{ github.workspace }}/.github/migration-tester/migration-automation/artifacts
retention-days: 7
- name: Post Migration Testing
run: |
Expand All @@ -364,4 +364,4 @@ jobs:
else
echo "$line"
fi
done < ./.github/migration-tester/migration-automation/artifacts/logs.txt
done < ${{ github.workspace }}/.github/migration-tester/migration-automation/artifacts/logs.txt

0 comments on commit 08c9136

Please sign in to comment.