Skip to content

Merge branch 'main' of https://github.com/danielhardej/actions-test-repo #47

Merge branch 'main' of https://github.com/danielhardej/actions-test-repo

Merge branch 'main' of https://github.com/danielhardej/actions-test-repo #47

Workflow file for this run

name: CI test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: |
echo "Running timer for tests..."
echo ${{ github.actor }}
echo ${{ github.ref }}
# run a timer for 20s
sleep 30
echo "Tests complete"