Skip to content

Keep binary mod compatibility #41

Keep binary mod compatibility

Keep binary mod compatibility #41

Workflow file for this run

name: CI
on:
repository_dispatch:
schedule:
- cron: '3 4 * * 1'
name: Run tests

Check failure on line 8 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Setup BATS
uses: mig4/setup-bats@master
with:
bats-version: 1.1.0
- name: Check out code
uses: actions/checkout@v2
- name: Check out tests
uses: actions/checkout@v2
with:
repository: eggheads/eggdrop-tests
path: /tmp/build/tests
# - name: Test
# run: bats -r
test:
if: github.event.action == 'run_tests'
name: Run BATS tests
runs-on: ubuntu-latest
steps:
- run: |
echo "I just ran all your tests!"