Skip to content

Commit 992df9b

Browse files
committed
Added secondary commands pwd and ls
1 parent 7a6ca00 commit 992df9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/full-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ jobs:
3737
mkdir test_dist
3838
mv openrdate-*.tar.gz test_dist
3939
cd test_dist
40+
pwd
4041
tar -xvf openrdate-*.tar.gz
4142
rm -f openrdate-*.tar.gz
4243
cd openrdate-*
4344
./autogen.sh
4445
./configure
4546
make
47+
ls
4648
sudo make install
4749
sudo make uninstall
4850
make distclean

0 commit comments

Comments
 (0)