Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtuxa committed Dec 29, 2023
1 parent 4fa7a09 commit db3a6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Test if correct version
run: cd $(mktemp -d) && meson-init-cpp foo 0.1 14 && make && ./builddir/foo
- name: Test if version is incorrect
run: cd $(mktemp -d)&& meson-init-cpp foo 0.1 3000 && make && exit 0
run: cd $(mktemp -d)&& meson-init-cpp foo 0.1 3000 && exit 1 || exit 0

0 comments on commit db3a6a8

Please sign in to comment.