mirror of
https://github.com/MailScanner/v5.git
synced 2025-02-23 23:15:16 +08:00
Update main.yml
Test phase
This commit is contained in:
parent
f290770e5d
commit
cf20901d0c
1 changed files with 13 additions and 0 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
@ -30,3 +30,16 @@ jobs:
|
|||
name: builds
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: ~/msbuilds/*
|
||||
test:
|
||||
name: Test install on Ubuntu
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download a Build Artifact
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
# Artifact name
|
||||
name: builds
|
||||
# Destination path
|
||||
path: ~/msbuilds/
|
||||
- name: install deb package
|
||||
run: dpkg -i ~/msbuilds/MailScanner*deb
|
||||
|
|
Loading…
Reference in a new issue