diff --git a/.github/workflows/Testing.yml b/.github/workflows/Testing.yml index 8305aeb..5f27fdd 100644 --- a/.github/workflows/Testing.yml +++ b/.github/workflows/Testing.yml @@ -9,7 +9,7 @@ jobs: runs-on: macOS-latest steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Force XCode 11.3 run: sudo xcode-select -switch /Applications/Xcode_11.3.app - name: Testing Swift package diff --git a/README.md b/README.md index 3aff36e..8f20b97 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,2 @@ # Calculator-github-actions -This repo is just the final version on how to test and deploy an iOS project using exclusively Github Actions. - -Medium [story](https://medium.com/@tiagosanto/test-and-deploy-an-ios-app-using-github-actions-44de9a7dcef6) about this repo.