ci(package): test

This commit is contained in:
Thomas Hobson 2021-03-14 16:38:48 +13:00
parent baf00ada3d
commit 7bca798c0b
No known key found for this signature in database
GPG Key ID: 9F1FD9D87950DB6F
1 changed files with 3 additions and 2 deletions

View File

@ -27,8 +27,9 @@ jobs:
- name: Build Packages
run: |
docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --ci HEAD
ls -la packages repo
git diff --name-only HEAD^1 HEAD
echo docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --no-server
ls -la packages
- name: Upload package as artifact
uses: actions/upload-artifact@v2