diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 15eeef6..974f9c6 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -17,7 +17,7 @@ jobs: env: Configuration: Release - Solution_Path: Sybil.sln + Solution_Path: Sybil.slnx UnitTest_Project_Path: Sybil.UnitTests\Sybil.UnitTests.csproj IntegrationTest_Project_Path: Sybil.IntegrationTests\Sybil.IntegrationTests.csproj Source_Project_Path: Sybil\Sybil.csproj diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79d0e8c..cf3e911 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest env: - Solution_Path: Sybil.sln + Solution_Path: Sybil.slnx UnitTest_Project_Path: Sybil.UnitTests\Sybil.UnitTests.csproj IntegrationTest_Project_Path: Sybil.IntegrationTests\Sybil.IntegrationTests.csproj Source_Project_Path: Sybil\Sybil.csproj diff --git a/.github/workflows/gitlab-mirror.yaml b/.github/workflows/gitlab-mirror.yaml deleted file mode 100644 index a9fc189..0000000 --- a/.github/workflows/gitlab-mirror.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Sync Repository to GitLab - -on: - push - -jobs: - sync: - runs-on: ubuntu-latest - steps: - - name: Checkout all history - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - - name: Sync to GitLab - uses: keninkujovic/gitlab-sync@2.1.0 - with: - gitlab_url: ${{ secrets.GITLAB_URL }} - username: ${{ secrets.GITLAB_USERNAME }} - gitlab_pat: ${{ secrets.GITLAB_PAT }} \ No newline at end of file diff --git a/Sybil.slnx b/Sybil.slnx index 68abbd9..fe67b5d 100644 --- a/Sybil.slnx +++ b/Sybil.slnx @@ -3,7 +3,6 @@ -