mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 13:06:27 +02:00
ci(package): test
This commit is contained in:
parent
7bca798c0b
commit
2c1ca22cdd
1 changed files with 7 additions and 2 deletions
9
.github/workflows/package-pr.yaml
vendored
9
.github/workflows/package-pr.yaml
vendored
|
@ -24,10 +24,15 @@ jobs:
|
|||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
registry: docker.pkg.github.com
|
||||
|
||||
|
||||
- name: Get list of changed files
|
||||
uses: lots0logs/gh-action-get-changed-files@2.1.4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build Packages
|
||||
run: |
|
||||
git diff --name-only HEAD^1 HEAD
|
||||
cat ${HOME}/files.json
|
||||
echo docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --no-server
|
||||
ls -la packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue