mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
Add GitHub Actions for testing matchers
This commit is contained in:
parent
21c8af6d0c
commit
a1a65a9e40
1 changed files with 13 additions and 0 deletions
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name: Main CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Setup local Android problem matchers
|
||||||
|
run: |
|
||||||
|
./index.js
|
||||||
|
- name: Print example problems
|
||||||
|
run: |
|
||||||
|
./test.js
|
Loading…
Reference in a new issue