diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 01f2a05..6212a21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,8 @@ jobs: - run: cp screenfetch/screenfetch-dev /usr/bin/screenfetch - run: chmod +x screenfetch - run: screenfetch + - run: sleep 5 & + - run: echo "this should execute" ubuntu: strategy: fail-fast: false