File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 workflow_dispatch :
99
1010concurrency :
11- group : ${{ github.ref }}
11+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github. ref }}
1212 cancel-in-progress : true
1313
1414jobs :
Original file line number Diff line number Diff line change 55 branches : [ main ]
66
77concurrency :
8- group : ${{ github.ref }}
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github. ref }}
99 cancel-in-progress : true
1010
1111jobs :
5858 - name : Run tests (override framework)
5959 run : |
6060 echo "Running tests for framework ${{ matrix.tfm }}"
61- dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"
61+ dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"
Original file line number Diff line number Diff line change 55 branches : [ main ]
66
77concurrency :
8- group : ${{ github.ref }}
8+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github. ref }}
99 cancel-in-progress : true
1010
1111jobs :
5959 - name : Run tests (override framework)
6060 run : |
6161 echo "Running tests for framework ${{ matrix.tfm }}"
62- dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"
62+ dotnet test ./cas-dotnet-sdk-tests/cas-dotnet-sdk-tests.csproj -c Release -f ${{ matrix.tfm }} --logger "trx"
You can’t perform that action at this time.
0 commit comments