Removed linux tests from ci
This commit is contained in:
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@@ -22,13 +22,13 @@ jobs:
|
|||||||
- name: Run ${{ matrix.xcode }} Tests
|
- name: Run ${{ matrix.xcode }} Tests
|
||||||
run: make CONFIG=${{ matrix.config }} test-library
|
run: make CONFIG=${{ matrix.config }} test-library
|
||||||
|
|
||||||
ubuntu:
|
# ubuntu:
|
||||||
name: Ubuntu
|
# name: Ubuntu
|
||||||
runs-on: ubuntu-20.04
|
# runs-on: ubuntu-20.04
|
||||||
steps:
|
# steps:
|
||||||
- uses: swift-actions/setup-swift@v1
|
# - uses: swift-actions/setup-swift@v1
|
||||||
with:
|
# with:
|
||||||
swift-version: 5.7
|
# swift-version: 5.7
|
||||||
- uses: actions/checkout@v3
|
# - uses: actions/checkout@v3
|
||||||
- name: Run Tests
|
# - name: Run Tests
|
||||||
run: make DOCKER_PLATFORM=linux/amd64 test-linux
|
# run: make DOCKER_PLATFORM=linux/amd64 test-linux
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# swift-cli-version
|
# swift-cli-version
|
||||||
|
[](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
|
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.
|
git tag or the git sha, if a tag is not set for the current commit.
|
||||||
|
|||||||
Reference in New Issue
Block a user