Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi committed Mar 14, 2024
1 parent 3862963 commit f184450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ jobs:
set -o pipefail
xcodebuild build-for-testing -workspace "${{ env.WORKSPACE_NAME }}" -scheme "Tests ${{ matrix.scheme }}" -destination "${{ matrix.destination }}" -configuration Debug CODE_SIGNING_ALLOWED=NO | xcpretty -c
xcodebuild test-without-building -workspace "${{ env.WORKSPACE_NAME }}" -scheme "Tests ${{ matrix.scheme }}" -destination "${{ matrix.destination }}" -configuration Debug CODE_SIGNING_ALLOWED=NO &
sleep 300
sleep 60
screencapture test.png
- name: Download a Build Artifact
uses: actions/download-artifact@v4.1.4
- name: upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
name: test.png

Expand Down

0 comments on commit f184450

Please sign in to comment.