From 22ea9842d41917fbf21f81767ea69fee80868667 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:50:45 +0200 Subject: [PATCH] Upload build artifact --- .github/workflows/test.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ecdfa91..2307c0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -86,13 +86,20 @@ jobs: # zpool --version # END + - name: Build + run: | + python3 -m zipapp src/jlmkr -p "/usr/bin/env python3" -o jlmkr + + - uses: actions/upload-artifact@v4 + with: + path: jlmkr + # Run multiple commands using the runners shell - name: Run the test script env: PYTHONUNBUFFERED: 1 run: | set -euo pipefail - python3 -m zipapp src/jlmkr -p "/usr/bin/env python3" -o jlmkr sudo chown 0:0 jlmkr ./test/test-jlmkr sudo bash ./test/test-jlmkr sudo ./test/test.sh