diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 18c698a..e9d8c1f 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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; \ No newline at end of file