Skip to content

Commit

Permalink
Test double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Nov 22, 2023
1 parent 786ad71 commit 556924a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -15,3 +15,14 @@ jobs:
npm install
- run: |
npm run all
e2e_test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
- uses: ./
with:
solutionPath: TestSolution/TestSolution.sln
properties: '"Platform=Any CPU;Configuration=Debug"'

0 comments on commit 556924a

Please sign in to comment.