From e2fc3b979c1fc92bb7d0d1d48bb88fbbd9bb19e8 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 15 Mar 2023 14:24:42 -0400 Subject: [PATCH] Removed linux tests from ci --- .github/workflows/ci.yml | 20 ++++++++++---------- README.md | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2076496..0024f6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,13 +22,13 @@ jobs: - name: Run ${{ matrix.xcode }} Tests run: make CONFIG=${{ matrix.config }} test-library - ubuntu: - name: Ubuntu - runs-on: ubuntu-20.04 - steps: - - uses: swift-actions/setup-swift@v1 - with: - swift-version: 5.7 - - uses: actions/checkout@v3 - - name: Run Tests - run: make DOCKER_PLATFORM=linux/amd64 test-linux +# ubuntu: +# name: Ubuntu +# runs-on: ubuntu-20.04 +# steps: +# - uses: swift-actions/setup-swift@v1 +# with: +# swift-version: 5.7 +# - uses: actions/checkout@v3 +# - name: Run Tests +# run: make DOCKER_PLATFORM=linux/amd64 test-linux diff --git a/README.md b/README.md index 81e0604..38b4c60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # swift-cli-version +[![CI](https://github.com/m-housh/swift-cli-version/actions/workflows/ci.yml/badge.svg)](https://github.com/m-housh/swift-cli-version/actions/workflows/ci.yml) A swift package that exposes some plugins to set the version of a command line tool to the git tag or the git sha, if a tag is not set for the current commit.