Skip to content

Commit

Permalink
Update DAI version support 7.1.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
foomunleong committed Oct 25, 2023
1 parent 84e7f73 commit 57501ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,13 @@ Based on the pipeline .yml configuration, when there is commits or pull request
</thead>
<tbody>
<tr>
<td>7.0.1-1</td>
<td>7.1.0-5</td>
<td><a href="https://github.com/marketplace/actions/eggplant-runner">latest</a></td>
</tr>
<tr>
<td>7.0.1-1</td>
<td><a href="https://github.com/marketplace/actions/eggplant-runner?version=v1.0.8">v1.0.8</a></td>
</tr>
<tr>
<td>7.0.0-3</td>
<td><a href="https://github.com/marketplace/actions/eggplant-runner?version=v1.0.7">v1.0.7</a></td>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
echo "DOWNLOAD_URL=https://downloads.eggplantsoftware.com/downloads/EggplantRunner/$EXE_FILENAME" >> $GITHUB_ENV
shell: bash
env:
DAI_VERSION: 7.0.1-1 # AUB-13519_CICD_Junit_file_implementation
DAI_VERSION: 7.1.0-5 # AUB-13519_CICD_Junit_file_implementation

- name: Fetch CLI
if: ${{ inputs.eggplantRunnerPath }}
Expand Down

0 comments on commit 57501ce

Please sign in to comment.