From 17c64e2f3aae873d77a00a14cbfee59df00bd6e1 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Wed, 26 Jun 2024 14:13:53 +0100 Subject: [PATCH] Workflow to test dist dir (#7356) --- .github/workflows/test-dist-upload.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/test-dist-upload.yml diff --git a/.github/workflows/test-dist-upload.yml b/.github/workflows/test-dist-upload.yml new file mode 100644 index 0000000000..f70e69eb0f --- /dev/null +++ b/.github/workflows/test-dist-upload.yml @@ -0,0 +1,21 @@ +name: Test dist upload + +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + timeout-minutes: 10 + + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + # Fetch all tags + fetch-depth: 0 + + - name: Make test dist + run: | + mkdir dist + echo "test" > dist/test