Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja authored Feb 24, 2025
1 parent cbecad0 commit 0db6f12
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
$tag = $tags[0]
echo "{dBTestCompareGeneratorVersion}={value}" >> "$tag"
if: startsWith(github.ref, 'refs/tags/')
- name: Install Mono
run: |
sudo apt-get update
sudo apt-get install -y mono-complete
- uses: NuGet/setup-nuget@v2.0.0
- run: nuget restore ${{ env.solution }}
- run: dotnet build --configuration ${{ env.buildConfiguration }} /p:Version=${{ env.dBTestCompareGeneratorVersion }}
- name: Install Docker Compose and build docker image
run: |
Expand Down

0 comments on commit 0db6f12

Please sign in to comment.