diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 217f7cb..b45d7a6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -1,6 +1,3 @@ -# This workflow will build a .NET project -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net - name: .NET on: @@ -20,9 +17,13 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x + - name: Display root directory contents + run: ls -la + - name: Display XPhone directory contents + run: ls -la XPhone - name: Restore dependencies - run: dotnet restore + run: dotnet restore ./XPhone - name: Build - run: dotnet build --no-restore + run: dotnet build ./XPhone --no-restore - name: Test - run: dotnet test --no-build --verbosity normal + run: dotnet test ./XPhone --no-build --verbosity normal diff --git a/README.md b/README.md index b720e45..250fadc 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Update your `appsettings.json` according you database configurations ``` 5.Update your database ```cmd - database-update + update-database ``` ## Endpoints