mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
on push
This commit is contained in:
parent
a18e9bcc88
commit
e332dc63e8
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -2,6 +2,7 @@ name: test
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
text:
|
text:
|
||||||
@ -13,4 +14,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker-compose build
|
docker-compose build
|
||||||
npm ci
|
npm ci
|
||||||
npm run test:run
|
- name: Test
|
||||||
|
run: npm run test:run
|
||||||
|
Loading…
Reference in New Issue
Block a user