Skip to content

Update .gitignore

Update .gitignore #98

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"