Skip to content

Commit 8b94f00

Browse files
job names update
1 parent 71aa052 commit 8b94f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
run-tests:
12-
name: run Tests
12+
name: Integration tests
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: read
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet test --no-build --verbosity normal --configuration Release
3434

3535
docker-build:
36-
#if: false #Skip for now
36+
name: Build images and push
3737
needs: run-tests
3838
runs-on: ubuntu-latest
3939
permissions:

0 commit comments

Comments
 (0)