diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml deleted file mode 100644 index e6f24bd..0000000 --- a/.github/workflows/swift.yml +++ /dev/null @@ -1,39 +0,0 @@ -# This workflow will build a Swift project on macOS -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift - -name: swift-openapi-lambda-build - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - build-macos: - - env: - # https://github.com/actions/runner-images/tree/main/images/macos - DEVELOPER_DIR: /Applications/Xcode_15.0.1.app/Contents/Developer - - # runs-on: macos-13-arm64 - runs-on: macos-13 - - steps: - - uses: actions/checkout@v3 - - name: Build - run: swift build -v - - name: Run tests - run: swift test -v - - build-linux: - - runs-on: ubuntu-22.04 - - steps: - - uses: actions/checkout@v3 - - name: Build - run: swift build -v - - name: Run tests - run: swift test -v - diff --git a/README.md b/README.md index 868afbc..7e91e98 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build & Test on GitHub](https://github.com/sebsto/swift-openapi-lambda/actions/workflows/swift.yml/badge.svg)](https://github.com/sebsto/swift-openapi-lambda/actions/workflows/swift.yml) - ![language](https://img.shields.io/badge/swift-5.9-blue) ![platform](https://img.shields.io/badge/platform-macOS-green) ![platform](https://img.shields.io/badge/platform-Linux-orange)