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
|
||||
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
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# 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
|
||||
git tag or the git sha, if a tag is not set for the current commit.
|
||||
|
||||
Reference in New Issue
Block a user