Skip to content

Commit b00b079

Browse files
authored
fix: fix typo (#182)
* 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]>
1 parent c5ecdd1 commit b00b079

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/example-e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
macos:
3232
strategy:
3333
matrix:
34-
os: [ macos-12, macos-13, macos-latest ]
34+
os: [ macos-13, macos-latest ]
3535
runs-on: ${{ matrix.os }}
3636
steps:
3737
- uses: actions/checkout@v4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
start to pull oci://localhost:5001/test/helloworld
2-
the lastest version '0.1.4' will be downloaded
2+
the latest version '0.1.4' will be downloaded
33
downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4'
44
pulled helloworld 0.1.4 successfully

test/e2e/test_suites/test_kcl_run_11/stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
the lastest version '0.1.4' will be downloaded
1+
the latest version '0.1.4' will be downloaded
22
downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4'
33
The_fisrt_schema_inst:
44
msg: Hello Schema!

test/e2e/test_suites/test_kcl_run_2/stdout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
the lastest version '0.1.4' will be downloaded
1+
the latest version '0.1.4' will be downloaded
22
downloading 'test/helloworld:0.1.4' from 'localhost:5001/test/helloworld:0.1.4'
33
The_fisrt_schema_inst:
44
msg: Hello Schema!

0 commit comments

Comments
 (0)