Skip to content

Commit

Permalink
Try double quote
Browse files Browse the repository at this point in the history
  • Loading branch information
muno92 committed Nov 21, 2023
1 parent 6ee16cc commit 629ba61
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'

jobs:
lint_unittest:
Expand All @@ -15,3 +12,16 @@ jobs:
npm install
- run: |
npm run all
e2e_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0'
- uses: ./
with:
solutionPath: TestSolution/TestSolution.sln
failOnIssue: '0'
minimumReportSeverity: 'WARNING'
properties: 'Platform=\"Any CPU\";Configuration=Debug'

0 comments on commit 629ba61

Please sign in to comment.