Skip to content

Commit

Permalink
Tests PR (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Farshad DASHTI <Farshad.DASHTI@EDUCATION.GOV.UK>
  • Loading branch information
FrostyApeOne and Farshad DASHTI authored Oct 4, 2024
1 parent 93ecea7 commit 3dfe5a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
- main
paths:
- 'src/DfE.CoreLibs.Utilities/**'
pull_request:
branches:
- main
paths:
- 'src/DfE.CoreLibs.Utilities/**'

jobs:
build-and-test:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pack-utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
workflows: ["Build DfE.CoreLibs.Utilities"]
types:
- completed
branches:
- main
events:
- push

jobs:
build-and-package:
Expand Down
3 changes: 1 addition & 2 deletions src/DfE.CoreLibs.Utilities/DfE.CoreLibs.Utilities.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
</None>
</ItemGroup>

</Project>

</Project>

0 comments on commit 3dfe5a4

Please sign in to comment.