Skip to content

Commit

Permalink
ubuntu.yml: updating CI
Browse files Browse the repository at this point in the history
  • Loading branch information
redocmath committed Oct 18, 2023
1 parent d4c373c commit 6740338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: make
run: mkdir sample/lib; make CI-TEST-Wopslang; mv Wopslang sample/; echo "1" > input
run: mkdir sample/lib; make CI-TEST-Wopslang; mv Wopslang sample/;
- name: run
run: cd sample; tree; ./Wopslang multiline.wops debug < input > out;
run: cd sample; echo "1" > input; tree; ./Wopslang multiline.wops debug < input > out;

0 comments on commit 6740338

Please sign in to comment.