Skip to content

Commit

Permalink
Rename and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzBusch committed Jul 24, 2024
1 parent 12bd6c5 commit e0372b2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
benchmarks:
name: Benchmarks
uses: ./.github/workflows/pull_request_swift_matrix.yml
uses: ./.github/workflows/swift_matrix.yml
with:
name: "Benchmarks"
matrix_linux_command: "apt-get update -y -q && apt-get install -y -q libjemalloc-dev && swift package --package-path ${{ inputs.benchmark_package_path }} ${{ inputs.swift_package_arguments }} benchmark baseline check --check-absolute-path ${{ inputs.benchmark_package_path }}/Thresholds/${SWIFT_VERSION}/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cxx_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:
jobs:
cxx-interop:
name: Cxx interop
uses: ./.github/workflows/pull_request_swift_matrix.yml
uses: ./.github/workflows/swift_matrix.yml
with:
name: "Cxx interop"
matrix_linux_command: "apt-get update -y -q && apt-get install -y -q jq && curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/check-cxx-interop-compatibility.sh | bash"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
soundness:
name: Soundness
uses: ./.github/workflows/pull_request_soundness.yml
uses: ./.github/workflows/soundness.yml
with:
license_header_check_project_name: "SwiftNIO"

Expand All @@ -30,7 +30,7 @@ jobs:

integration-tests:
name: Checks
uses: ./.github/workflows/pull_request_swift_matrix.yml
uses: ./.github/workflows/swift_matrix.yml
with:
name: "Integration tests"
matrix_linux_command: "apt-get update -y -q && apt-get install -y -q lsof dnsutils netcat-openbsd net-tools curl jq && ./scripts/integration_tests.sh"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request
name: Soundness

on:
workflow_call:
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:
jobs:
unit-tests:
name: Unit tests
uses: ./.github/workflows/pull_request_swift_matrix.yml
uses: ./.github/workflows/swift_matrix.yml
with:
name: "Unit tests"
matrix_linux_command: "swift test -Xswiftc -warnings-as-errors --explicit-target-dependency-import-check error"
Expand Down

0 comments on commit e0372b2

Please sign in to comment.