Skip to content

Commit

Permalink
Update Action due to deprecation of swift package generate-xcodeproj
Browse files Browse the repository at this point in the history
  • Loading branch information
bigMOTOR authored Aug 25, 2024
1 parent 5e9e507 commit 8d0c8d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a single command using the runners shell
- name: Generate xcodeproj
run: swift package generate-xcodeproj
# Install dependencies using Swift Package Manager
- name: Resolve Swift Package Manager Dependencies
run: swift package resolve

# Runs a set of commands using the runners shell
# Runs a single command using the runners shell
- name: Run tests
run: xcodebuild test -destination 'name=iPhone 11' -scheme 'DataDrivenRxDatasources-Package'
run: xcodebuild test -scheme DataDrivenRxDatasources -destination 'platform=iOS Simulator,name=iPhone 11,OS=latest'

0 comments on commit 8d0c8d8

Please sign in to comment.