mirror of
https://github.com/android-actions/setup-android.git
synced 2026-06-11 13:18:02 +00:00
Add GitHub Actions for testing matchers
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user