Skip to content

Commit 0613fe0

Browse files
fix: simplify build and test commands in production deployment workflow
1 parent 3e6597d commit 0613fe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/production-deploy-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: build solution
20-
run: dotnet build HttpsRichardy.Federation.sln
20+
run: dotnet build
2121

2222
- name: run tests
23-
run: dotnet test HttpsRichardy.Federation.sln
23+
run: dotnet test
2424

2525
- name: build docker image
2626
run: docker build -t httpsrichardy/federation:latest .

0 commit comments

Comments
 (0)