tide/.github/workflows/CI.yaml

23 lines
521 B
YAML
Raw Normal View History

2020-07-11 06:07:00 +03:00
name: CI
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
# Checks-out repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v2
- name: Install dependencies
2020-07-11 08:18:47 +03:00
run: sudo apt install -y fish curl git python
2020-07-11 06:07:00 +03:00
- name: Install Tide as dev unattended
shell: fish {0}
run: source "$GITHUB_WORKSPACE/tools/tide_install.fish" && tide_install -ldu "$GITHUB_WORKSPACE"
- name: Run all tests
shell: fish {0}
run: tide_test -a