mirror of
https://gitea.com/actions/setup-android.git
synced 2025-09-05 00:47:02 +00: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…
Add table
Add a link
Reference in a new issue