Skip to content

Commit

Permalink
add tests code/print
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAmazonian committed Jan 14, 2025
1 parent d343a4c commit 1720f64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
working-directory: serving/docker
run: |
yes | docker system prune -a --volumes
- name: test
run: |
echo ${{ matrix.arch }}
echo ${{ contains( github.env.REQUIRE_SELF_HOST, matrix.arch) }}
# - name: Login to Docker
# uses: docker/login-action@v2
# with:
Expand Down

0 comments on commit 1720f64

Please sign in to comment.