Skip to content

Commit

Permalink
Update Run unit tests and build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svelderrainruiz committed Dec 17, 2024
1 parent dfa7829 commit fff1858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Run unit tests and build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
build_id: ${{ github.run_number }}
build_revision: ${{ steps.get_revision.outputs.build_revision }}
build_version: 1.0.${{ env.build_id }}.${{ env.build_revision }}
RelativePath: ${{ vars.AgentRelativePath }}
RelativePathScripts: ${{ github.workspace }}/pipeline/scripts
RelativePath: ${{ vars.AgentWorkingFolder }}
RelativePathScripts: ${{ vars.AgentWorkingFolder }}/pipeline/scripts

steps:
- name: Checkout code
Expand Down

0 comments on commit fff1858

Please sign in to comment.