Skip to content

Commit

Permalink
fix: fix typo (#182)
Browse files Browse the repository at this point in the history
* fix: fix typo

Signed-off-by: zongz <[email protected]>

* fix: rm test env for macos-12

Signed-off-by: zongz <[email protected]>

---------

Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe authored Dec 9, 2024
1 parent c5ecdd1 commit b00b079
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/test_suites/test_kcl_mod_pull/stdout
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion test/e2e/test_suites/test_kcl_run_11/stdout
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/test_suites/test_kcl_run_2/stdout
Original file line number Diff line number Diff line change
@@ -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!
Expand Down

0 comments on commit b00b079

Please sign in to comment.