mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-18 08:26:21 +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:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v1
|
||||
- name: Npm install
|
||||
run: npm run install-tests
|
||||
- name: Execute test
|
||||
run: npm run test
|
||||
- name: Run tests
|
||||
run: ./run-tests
|
||||
- name: Run against spec
|
||||
run: ./run-spec
|
||||
|
Loading…
Reference in New Issue
Block a user