Update build.yml

This commit is contained in:
Ha Thach 2019-12-27 20:29:25 +07:00 committed by GitHub
parent 81592feca5
commit a4be3a3227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 3 deletions

View File

@ -7,13 +7,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Python
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.5
- name: Node.js
- name: Setup Node.js
uses: actions/setup-node@v1.1.0
- name: Toolchains
- name: Setup Ruby
uses: actions/setup-ruby@v1.0.0
- name: Install Toolchains
run: |
# Install XPM
npm install --global xpm
@ -29,3 +31,10 @@ jobs:
uses: actions/checkout@v1
with:
submodules: true
- name: Unit Tests
run: |
# Install Ceedling
gem install ceedling
cd test
ceedling test:all