Removed linux tests from ci

This commit is contained in:
2023-03-15 14:24:42 -04:00
parent 8abdafbd72
commit e2fc3b979c
2 changed files with 11 additions and 10 deletions

View File

@@ -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

View File

@@ -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.