Skip to content

Commit

Permalink
fix: move variable to build
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosCostaDev authored Aug 5, 2023
1 parent 29f7f04 commit e72b047
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ on:
branches: [ "feature/build-deploy" ]
pull_request:
branches: [ "main" ]
env:
WORK_DIR: ./src
SOLUTION: ${{ env.WORK_DIR }}/RinhaBackEnd.sln
TEST_PROJECT: ${{ env.WORK_DIR }}/RinhaBackEnd.Test/RinhaBackEnd.Test.csproj


jobs:
build:
env:
WORK_DIR: ./src
SOLUTION: ${{ env.WORK_DIR }}/RinhaBackEnd.sln
TEST_PROJECT: ${{ env.WORK_DIR }}/RinhaBackEnd.Test/RinhaBackEnd.Test.csproj

runs-on: ubuntu-latest

Expand Down

0 comments on commit e72b047

Please sign in to comment.