From aa4425ac07d2bd09ea878254b9f75caf8f10f35c Mon Sep 17 00:00:00 2001 From: "diogo.balseiro" Date: Mon, 11 Nov 2024 17:00:15 +0000 Subject: [PATCH] Updated workflow --- .github/workflows/changes-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changes-action.yml b/.github/workflows/changes-action.yml index 3f0d27a..85fd02e 100644 --- a/.github/workflows/changes-action.yml +++ b/.github/workflows/changes-action.yml @@ -16,7 +16,7 @@ jobs: - name: Build Network Monitor run: xcodebuild build -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max' - name: Test Network Monitor - run: xcodebuild test -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max' + run: xcodebuild clean test -scheme NetworkMonitor -destination 'platform=iOS Simulator,name=iPhone 15 Pro Max' - name: Install Cocoapods run: gem install cocoapods - name: Pod lib lint