From b00b07983b375dba7249ece7dc242e24883378d9 Mon Sep 17 00:00:00 2001 From: zongz <68977949+zong-zhe@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:12:53 +0800 Subject: [PATCH] fix: fix typo (#182) * fix: fix typo Signed-off-by: zongz * fix: rm test env for macos-12 Signed-off-by: zongz --------- Signed-off-by: zongz --- .github/workflows/example-e2e-tests.yaml | 2 +- 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 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!