Skip to content

Commit

Permalink
tests tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 15, 2024
1 parent f9d2dc8 commit 06af71f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
shell: bash
run: mvn -B versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
- uses: ilammy/msvc-dev-cmd@v1
- name: Build and Test
id: buildAndTest
run: C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\Launch-VsDevShell.ps1 && mvn -B clean test
run: "C:\\Program Files\\Microsoft Visual Studio\\2022\Enterprise\\Common7\\Tools\\Launch-VsDevShell.ps1" && mvn -B clean test
shell: pwsh
- name: Codesign DLL on release
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 06af71f

Please sign in to comment.