From 630a3da90d31a8a28970c1885860cd94248cd09a Mon Sep 17 00:00:00 2001 From: Alek Kim Date: Mon, 13 Jul 2026 14:10:25 +0900 Subject: [PATCH] cicd: fix Test Docker Image step --- .github/workflows/workflow.yml | 4 +-- test/renderer/jupyter.ipynb | 55 ++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 2 deletions(-) create mode 100644 test/renderer/jupyter.ipynb diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f91665f..2a1a930 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -56,9 +56,9 @@ jobs: build-args: GITEA_VERSION=${{ github.ref_name }} - - name: Test Docker image + - name: Test Docker Image run: | - docker run --rm ${{ steps.meta.outputs.tags }} gitea --version + docker run --rm ${{ steps.meta.outputs.tags }} jupyter --version - name: Push Docker image uses: docker/build-push-action@v7 diff --git a/test/renderer/jupyter.ipynb b/test/renderer/jupyter.ipynb new file mode 100644 index 0000000..886d584 --- /dev/null +++ b/test/renderer/jupyter.ipynb @@ -0,0 +1,55 @@ +{ + "cells": [ + { + "cell_type": "code", + "id": "initial_id", + "metadata": { + "collapsed": true, + "ExecuteTime": { + "end_time": "2026-07-10T03:30:25.941558Z", + "start_time": "2026-07-10T03:30:24.762544Z" + } + }, + "source": "!python --version", + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Python 3.12.13\r\n" + ] + } + ], + "execution_count": 1 + }, + { + "metadata": {}, + "cell_type": "code", + "outputs": [], + "execution_count": null, + "source": "", + "id": "bc497cbd630612fd" + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}