Add more tests
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2022-01-20 20:11:46 -06:00
parent 185c564898
commit c0185757f5

View file

@ -25,4 +25,13 @@ pipeline:
- pwd
- w
- neofetch
- echo $HOME
- echo $HOME
test3:
image: fish
commands:
- echo test > test
- echo test2 >> test
- echo (cat test)
- python -c "import this"
- set test a
- echo $test