Skip to content

Commit

Permalink
Revert CI renames.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Apr 26, 2024
1 parent de70e7b commit d6d5e42
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
cancel-in-progress: true

jobs:
build-and-test-c#-client:
run-tests:
timeout-minutes: 25
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
working-directory: ./go
run: make test

build-go-client-on-amazonlinux:
build-amazonlinux-latest:
if: github.repository_owner == 'aws'
strategy:
# Run all jobs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
utils/clusters/**
benchmarks/results/**
build-java-client-on-amazonlinux:
build-amazonlinux-latest:
if: github.repository_owner == 'aws'
strategy:
# Run all jobs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build-node-client-on-ubuntu:
test-ubuntu-latest:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
cargo-toml-folder: ./node/rust-client
name: lint node rust

build-node-client-on-macos:
build-macos-latest:
runs-on: macos-12
timeout-minutes: 25
steps:
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
run: npm test -- -t "set and get flow works"
working-directory: ./node

build-node-client-on-amazonlinux:
build-amazonlinux-latest:
runs-on: ubuntu-latest
container: amazonlinux:latest
timeout-minutes: 15
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ permissions:
contents: read

jobs:
test-python-client-on-ubuntu:
test-ubuntu-latest:
runs-on: ubuntu-latest
timeout-minutes: 25
strategy:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
cargo-toml-folder: ./python
name: lint python-rust

build-python-client-on-mac:
build-macos-latest:
runs-on: macos-12
timeout-minutes: 25
steps:
Expand All @@ -151,7 +151,7 @@ jobs:
source .env/bin/activate
pytest --asyncio-mode=auto -m smoke_test
build-python-client-on-amazonlinux:
build-amazonlinux-latest:
runs-on: ubuntu-latest
container: amazonlinux:latest
timeout-minutes: 15
Expand Down

0 comments on commit d6d5e42

Please sign in to comment.