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:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
text:
|
||||
@ -13,4 +14,5 @@ jobs:
|
||||
run: |
|
||||
docker-compose build
|
||||
npm ci
|
||||
npm run test:run
|
||||
- name: Test
|
||||
run: npm run test:run
|
||||
|
Loading…
Reference in New Issue
Block a user