Skip to content

Commit 942634c

Browse files
committed
test naming
1 parent 02beb4e commit 942634c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/internal-pr-build-linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [ "main" ]
88

99
jobs:
10-
build:
10+
build-and-test:
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -25,7 +25,6 @@ jobs:
2525
- name: Test
2626
run: dotnet test -c Release
2727

28-
# create archive in \src\CodeQLToolkit.Core\bin\Release\net6.0\publish\linux-x64
2928
- name: Create Build Bundle (Linux)
3029
shell: pwsh
3130
run: |

0 commit comments

Comments
 (0)