name: Demo CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - run: echo "CI is working! 🎉"