Skip to content

Commit

Permalink
after clean space use docker and python to simple things
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmenezes committed Feb 17, 2024
1 parent dccef56 commit ccf9875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,10 @@ jobs:
sudo du -h --max-depth=2 $folder | sort -h
echo "-"
done
- name: Docker Hello World
run: docker run hello-world

- name: Run Python Hello World
run: python -c "print('Hello, World!')"

0 comments on commit ccf9875

Please sign in to comment.