Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Aug 17, 2019
1 parent 41915d5 commit 7220daf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,18 @@ name: CI
on: push

jobs:
tests:
name: Build and run tests
buildsh:
strategy:
matrix:
mode: [tests]
include:
- mode: tests
name: Build and run tests
name: ${{ matrix.name }}
runs-on: macOS-10.14
steps:
- uses: actions/checkout@v1
- run: ./build.sh tests
- run: ./build.sh ${{ matrix.mode }}
dynamic-framework:
name: Build Texture as a dynamic framework
needs: tests
Expand Down

0 comments on commit 7220daf

Please sign in to comment.