mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 03:06:26 +02:00
ci(package): test
This commit is contained in:
parent
7bca798c0b
commit
2c1ca22cdd
1 changed files with 7 additions and 2 deletions
7
.github/workflows/package-pr.yaml
vendored
7
.github/workflows/package-pr.yaml
vendored
|
@ -25,9 +25,14 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
registry: docker.pkg.github.com
|
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
|
- name: Build Packages
|
||||||
run: |
|
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
|
echo docker run -v "${{ github.workspace }}:/piston" docker.pkg.github.com/engineer-man/piston/repo-builder:latest --no-server
|
||||||
ls -la packages
|
ls -la packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue