From 15f628d7761785ee0aa04c2b8627f77ad64eaa1c Mon Sep 17 00:00:00 2001 From: zongz Date: Mon, 9 Dec 2024 17:04:26 +0800 Subject: [PATCH 1/2] fix: fix typo Signed-off-by: zongz --- test/e2e/test_suites/test_kcl_mod_pull/stdout | 2 +- test/e2e/test_suites/test_kcl_run_11/stdout | 2 +- test/e2e/test_suites/test_kcl_run_2/stdout | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/e2e/test_suites/test_kcl_mod_pull/stdout b/test/e2e/test_suites/test_kcl_mod_pull/stdout index 3ead4d0..84c4644 100644 --- a/test/e2e/test_suites/test_kcl_mod_pull/stdout +++ b/test/e2e/test_suites/test_kcl_mod_pull/stdout @@ -1,4 +1,4 @@ start to pull oci://localhost:5001/test/helloworld -the lastest version '0.1.4' will be downloaded +the latest version '0.1.4' will be downloaded downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4' pulled helloworld 0.1.4 successfully \ No newline at end of file diff --git a/test/e2e/test_suites/test_kcl_run_11/stdout b/test/e2e/test_suites/test_kcl_run_11/stdout index 56d34ff..111a927 100644 --- a/test/e2e/test_suites/test_kcl_run_11/stdout +++ b/test/e2e/test_suites/test_kcl_run_11/stdout @@ -1,4 +1,4 @@ -the lastest version '0.1.4' will be downloaded +the latest version '0.1.4' will be downloaded downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4' The_fisrt_schema_inst: msg: Hello Schema! diff --git a/test/e2e/test_suites/test_kcl_run_2/stdout b/test/e2e/test_suites/test_kcl_run_2/stdout index 56d34ff..111a927 100644 --- a/test/e2e/test_suites/test_kcl_run_2/stdout +++ b/test/e2e/test_suites/test_kcl_run_2/stdout @@ -1,4 +1,4 @@ -the lastest version '0.1.4' will be downloaded +the latest version '0.1.4' will be downloaded downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4' The_fisrt_schema_inst: msg: Hello Schema! From eba044eb70e9c74127bc89a9c954a6101fc55ecb Mon Sep 17 00:00:00 2001 From: zongz Date: Mon, 9 Dec 2024 17:06:59 +0800 Subject: [PATCH 2/2] fix: rm test env for macos-12 Signed-off-by: zongz --- .github/workflows/example-e2e-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-e2e-tests.yaml b/.github/workflows/example-e2e-tests.yaml index 5ed48b6..aa30f43 100644 --- a/.github/workflows/example-e2e-tests.yaml +++ b/.github/workflows/example-e2e-tests.yaml @@ -31,7 +31,7 @@ jobs: macos: strategy: matrix: - os: [ macos-12, macos-13, macos-latest ] + os: [ macos-13, macos-latest ] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4