Skip to content

.github/workflows/test.yml #6

.github/workflows/test.yml

.github/workflows/test.yml #6

Workflow file for this run

on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }}."
# - name: Check out repository code
# uses: actions/checkout@v2
# - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
# - run: echo "🖥️ The workflow is now ready to test your code on the runner."
# - name: List files in the repository
# run: |
# ls ${{ github.workspace }}
# - name: Simple JS Action
# id: greet
# uses: actions/hello-world-javascript-action@v1
# with:
# who-to-greet: 'Mona the Octocat'
# - name: Log Greeting Time
# run: echo "${{ steps.greet.outputs.time }}"