Skip to content

Merge pull request #134 from spotify/remove-spotify-slack #7

Merge pull request #134 from spotify/remove-spotify-slack

Merge pull request #134 from spotify/remove-spotify-slack #7

Workflow file for this run

name: CI
on:
pull_request:
branches:
- 'master'
push:
branches:
- 'master'
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
run: ci/run.sh
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}