Skip to content

Commit

Permalink
Fix PR workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ffried committed Oct 2, 2020
1 parent 4181daf commit 503691f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ jobs:
run: ls ~/Library/Developer/Xcode/DerivedData/ | grep -q '^TestPackage.*'

test-dry-run-project:
needs: deploy-action-code
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -157,7 +156,6 @@ jobs:
fi
test-dry-run-workspace:
needs: deploy-action-code
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 503691f

Please sign in to comment.