Skip to content

Commit

Permalink
Revert "Update cpp.yml (#7)" (#8)
Browse files Browse the repository at this point in the history
This reverts commit 7f88516.
  • Loading branch information
mrtuxa committed Dec 29, 2023
1 parent 7f88516 commit 9b5dfd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: clean directory
run: sudo rm -rf /tmp/test /tmp_incorrect
- name: Test if correct version
run: cd $(mktemp) && meson-init-cpp foo 0.1 14 && make && ./builddir/foo
run: mkdir /tmp/test && cd /tmp/test && meson-init-cpp foo 0.1 14 && make && ./builddir/foo
- name: Test if version is incorrect
run: cd $(mktemp) && meson-init-cpp foo 0.1 3000 && make && exit 0
run: cd $(mkdir /tmp/test_incorrect) && meson-init-cpp foo 0.1 3000 && make && exit 0

0 comments on commit 9b5dfd7

Please sign in to comment.