mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
add integration test
This commit is contained in:
parent
c8bf087480
commit
a0dd94d5c5
6 changed files with 113 additions and 0 deletions
15
.github/workflows/integration-test.yml
vendored
Normal file
15
.github/workflows/integration-test.yml
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: integration-test
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: integration-test
|
||||
run: ./test/integration-test.sh
|
Loading…
Add table
Add a link
Reference in a new issue