mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Added docker image push action
This commit is contained in:
parent
c86fd9a89b
commit
a28ed0ccd5
13
.github/workflows/ci.yaml
vendored
Normal file
13
.github/workflows/ci.yaml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: CI
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
name: Test
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Check out code
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
- name: Npm install
|
||||||
|
run: npm run install-tests
|
||||||
|
- name: Execute test
|
||||||
|
run: npm run test
|
Loading…
Reference in New Issue
Block a user