Skip to content
Snippets Groups Projects
Commit f777de9d authored by Xiao Gui's avatar Xiao Gui
Browse files

update actions

parent e36f3bec
No related branches found
No related tags found
No related merge requests found
name: Frontend Tests (Karma + Mocha + Chai)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
npm i
npm test
\ No newline at end of file
name: Test_Action
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- name: works
run: echo hello world
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment