mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 16:27:52 +00:00
Leaning away from committing package.json
Thank you yutachaos!
This commit is contained in:
parent
dae1c66f8f
commit
81f9ec326d
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Npm install
|
- name: Run tests
|
||||||
run: npm run install-tests
|
run: ./run-tests
|
||||||
- name: Execute test
|
- name: Run against spec
|
||||||
run: npm run test
|
run: ./run-spec
|
||||||
|
Loading…
Reference in New Issue
Block a user