Update main.yml

Test phase
This commit is contained in:
Shawn Iverson 2020-05-16 21:09:58 -04:00 committed by GitHub
parent f290770e5d
commit cf20901d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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