Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPoienar committed Aug 15, 2024
1 parent 51582ce commit 7e4d222
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
runs-on: [self-hosted, macOS]
needs: paths-filter
steps:
- uses: actions/checkout@v2
- name: Restore dependencies
run: |
$UNITY_2021_3_HOME -batchmode -projectPath $CI_PROJECT_DIR -logFile buildForDotnetClean.log -quit
dotnet clean AltTester-Unity-SDK.sln
dotnet restore AltTester-Unity-SDK.sln
- name: Run code analysis
run: dotnet build AltTester-Unity-SDK.sln --no-restore -warnaserror -p:EnforceCodeStyleInBuild=true -p:EnforceCodeStyleInIDE=true
- uses: actions/checkout@v2
- name: Restore dependencies
run: |
$UNITY_2021_3_HOME -batchmode -projectPath $CI_PROJECT_DIR -logFile buildForDotnetClean.log -quit
dotnet clean AltTester-Unity-SDK.sln
dotnet restore AltTester-Unity-SDK.sln
- name: Run code analysis
run: dotnet build AltTester-Unity-SDK.sln --no-restore -warnaserror -p:EnforceCodeStyleInBuild=true -p:EnforceCodeStyleInIDE=true

build-macOS:
runs-on: [self-hosted, macOS]
Expand Down Expand Up @@ -443,9 +443,9 @@ jobs:
with:
name: BuildiOSArtifact

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12.4"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -542,7 +542,7 @@ jobs:
mention_groups_when: "failure"
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

test-DotNet-with-Server-PathValidation:
runs-on: [self-hosted, macOS]
needs: build-macOS-for-Server-PathValidation
Expand Down Expand Up @@ -582,4 +582,4 @@ jobs:
mention_groups: "alttester-pipelines,!here"
mention_groups_when: "failure"
env:
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}
SLACK_WEBHOOK_URL: ${{ secrets.ACTION_MONITORING_SLACK }}

0 comments on commit 7e4d222

Please sign in to comment.