Skip to content

Commit

Permalink
update action title
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinobrien committed Jul 2, 2024
1 parent edd2686 commit c8fd764
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_test_and_release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: .NET Core
name: Build and Test

on:
push:
Expand All @@ -17,7 +17,8 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
Expand All @@ -37,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
environment: dev
steps:
- name: 'Checkout GitHub Action'
- name: Checkout
uses: actions/checkout@v4

- name: Setup DotNet ${{ env.DOTNET_VERSION }} Environment
Expand Down

0 comments on commit c8fd764

Please sign in to comment.