Skip to content

Commit

Permalink
explicitly build and restore to ensure that MercurialExtensions is found
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jun 10, 2024
1 parent 2a5571d commit 77ce71c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/k8s-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: kubectl port-forward service/ingress-nginx-controller 6579:80 -n languagedepot &
- name: verify ingress
run: curl -v http://localhost:6579
- name: build
run: dotnet restore && dotnet build --no-restore
- name: test
env:
TEST_SERVER_HOSTNAME: 'localhost:6579'
Expand Down

0 comments on commit 77ce71c

Please sign in to comment.