looked good, time limit is back in

github-actions
Dave Musicant / thinkpad 3 years ago
parent a2b167c88b
commit ac38a69f74

@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
# timeout-minutes: 2
timeout-minutes: 3
steps:
- name: Install tools
run: |

@ -1,19 +0,0 @@
language: bash
os:
- linux
- osx
addons:
apt:
sources:
- sourceline: 'ppa:duggan/bats'
packages:
- bats
- inotify-tools
homebrew:
packages:
- fswatch
- coreutils # in order to get greadlink
- bats-core
update: true
script:
- bats tests
Loading…
Cancel
Save