Skip to content

Commit

Permalink
Merge pull request #8 from czechitas/hires/actions
Browse files Browse the repository at this point in the history
Added working directory
  • Loading branch information
hiresm authored Sep 29, 2023
2 parents 2b14ab9 + 04be4d6 commit 64a8d17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- name: Build
run: |
dotnet build --configuration Release --no-restore
working-directory: ./AutomatedTestingApp

- name: Publish
run: dotnet publish --no-build --configuration Release --output ./publish
run: dotnet publish --no-build --configuration Release --output ./publish
working-directory: ./AutomatedTestingApp
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
push_to_registry:
name: Push Docker image to Docker Hub
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 64a8d17

Please sign in to comment.