Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 7, 2019
1 parent 06533ff commit f770d7d
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: CI

on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push, pull_request]

jobs:
test:
Expand All @@ -25,12 +19,13 @@ jobs:
test_alpine:
name: Test on Alpine Linux
runs-on: ubuntu-latest
container: docker://alpine
steps:
- uses: actions/checkout@v1
- name: Install build dependencies
run: apk add build-base
- name: Compile and run tests
uses: docker://alpine
with:
args: sh -c "apk add build-base && make && make test"
run: make && make test
acceptance_test:
name: Acceptance Tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit f770d7d

Please sign in to comment.