Skip to content

Commit

Permalink
updating readme with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Antosiak committed Feb 21, 2024
1 parent 5306283 commit 6d66004
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ./release/DBTestCompare${{ env.dBTestCompareVersion }}.zip
tag: ${{ env.dBTestCompareVersion }}
name: "Version_${{ env.dBTestCompareVersion }}"
name: "Version ${{ env.dBTestCompareVersion }}"
skipIfReleaseExists: true
if: success() && startsWith(github.ref, 'refs/tags/')
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

**Application to compare results of two SQL queries**

[![Build Status](https://dev.azure.com/DBTestCompare/Build/_apis/build/status/ObjectivityLtd.DBTestCompare)](https://dev.azure.com/DBTestCompare/Build/_build?definitionId=1&_a=summary)
[![Azure DevOps tests](https://img.shields.io/azure-devops/tests/DBTestCompare/Build/1?compact_message)](https://dev.azure.com/DBTestCompare/Build/_build?definitionId=1&_a=summary)

[<img src="images/Githubactions.png">](https://github.com/Accenture/DBTestCompare/actions)

It **reads tests definitions in XML** format form [specified directory](https://github.com/ObjectivityLtd/DBTestCompare/tree/master/test-definitions) and than runs them (as TestNG test).

Expand Down
Binary file added images/Githubactions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6d66004

Please sign in to comment.