Skip to content

Commit

Permalink
ci: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 27, 2023
1 parent 799c870 commit dc98ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
MSBUILD meojson.sln /t:rebuild /p:Configuration="Debug" /p:Platform="x64" /m
- name: Run Sample
- name: Run Testing
run: |
./build/Debug/sample.exe
./build/Debug/json5_parse_sample.exe
Expand All @@ -47,7 +47,7 @@ jobs:
make -j$(nproc)
- name: Run Sample
- name: Run Testing
run: |
./build/sample
./build/json5_parse_sample
Expand All @@ -74,7 +74,7 @@ jobs:
ninja
- name: Run Sample
- name: Run Testing
run: |
./build/sample
./build/json5_parse_sample
Expand Down

0 comments on commit dc98ba5

Please sign in to comment.