From df1717d07c10f77ff644fdf47fd4bc21f70ac1e0 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 30 Mar 2023 08:26:49 +0200 Subject: [PATCH] s/upload-download/nested-upload-download/ --- .forgejo/workflows/integration.yml | 2 +- .../.forgejo/workflows/test.yml | 0 .../testrepo/.placeholder | 0 .../upload-dir/file1.txt | 0 .../upload-dir/file2.txt | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename testdata/{upload-download => nested-upload-download}/.forgejo/workflows/test.yml (100%) rename testdata/{upload-download => nested-upload-download}/testrepo/.placeholder (100%) rename testdata/{upload-download => nested-upload-download}/upload-dir/file1.txt (100%) rename testdata/{upload-download => nested-upload-download}/upload-dir/file2.txt (100%) diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml index f0ec5fe..6f1dbff 100644 --- a/.forgejo/workflows/integration.yml +++ b/.forgejo/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: set -ex export FORGEJO_RUNNER_LOGS="${{ steps.forgejo.outputs.runner-logs }}" forgejo-test-helper.sh push_self_action http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser forgejo-release vTest - forgejo-test-helper.sh run_workflow testdata/upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser upload-download forgejo-release + forgejo-test-helper.sh run_workflow testdata/nested-upload-download http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser nested-upload-download forgejo-release - name: 002 run: | set -ex diff --git a/testdata/upload-download/.forgejo/workflows/test.yml b/testdata/nested-upload-download/.forgejo/workflows/test.yml similarity index 100% rename from testdata/upload-download/.forgejo/workflows/test.yml rename to testdata/nested-upload-download/.forgejo/workflows/test.yml diff --git a/testdata/upload-download/testrepo/.placeholder b/testdata/nested-upload-download/testrepo/.placeholder similarity index 100% rename from testdata/upload-download/testrepo/.placeholder rename to testdata/nested-upload-download/testrepo/.placeholder diff --git a/testdata/upload-download/upload-dir/file1.txt b/testdata/nested-upload-download/upload-dir/file1.txt similarity index 100% rename from testdata/upload-download/upload-dir/file1.txt rename to testdata/nested-upload-download/upload-dir/file1.txt diff --git a/testdata/upload-download/upload-dir/file2.txt b/testdata/nested-upload-download/upload-dir/file2.txt similarity index 100% rename from testdata/upload-download/upload-dir/file2.txt rename to testdata/nested-upload-download/upload-dir/file2.txt