Skip to content

Commit

Permalink
Changed working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
islandj123 committed Oct 17, 2023
1 parent 02fa00d commit 6e6a5e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mister-ed-test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
az logout
- name: Run EF
run: |
working-directory: /home/runner/work/project-m1-team6/project-m1-team6
dotnet tool install --global dotnet-ef
dotnet tool restore
dotnet ef database update -p DotNetCoreSqlDb.sln --connection '${{ secrets.DBConnection }}'
dotnet ef database update -p DotNetCoreSqlDb --connection '${{ secrets.DBConnection }}'

0 comments on commit 6e6a5e0

Please sign in to comment.