From 0036d65f210504002f24ef728f9efa4215fa6857 Mon Sep 17 00:00:00 2001 From: rettigl Date: Tue, 27 Feb 2024 09:55:56 +0100 Subject: [PATCH 1/2] add documentation to workflow files --- .github/workflows/linting.yml | 1 + .github/workflows/testing_coverage.yml | 1 + .github/workflows/testing_multiversion.yml | 1 + .github/workflows/update_dependencies.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4b8cade..1937452 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,6 +17,7 @@ jobs: with: lfs: true +# see https://stackoverflow.com/questions/57612428/cloning-private-github-repository-within-organisation-in-actions and https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key - name: checkout test data run: | eval `ssh-agent -s` diff --git a/.github/workflows/testing_coverage.yml b/.github/workflows/testing_coverage.yml index d4afaac..768d655 100644 --- a/.github/workflows/testing_coverage.yml +++ b/.github/workflows/testing_coverage.yml @@ -19,6 +19,7 @@ jobs: with: lfs: true +# see https://stackoverflow.com/questions/57612428/cloning-private-github-repository-within-organisation-in-actions and https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key - name: checkout test data run: | eval `ssh-agent -s` diff --git a/.github/workflows/testing_multiversion.yml b/.github/workflows/testing_multiversion.yml index cc65b60..b4b4c16 100644 --- a/.github/workflows/testing_multiversion.yml +++ b/.github/workflows/testing_multiversion.yml @@ -21,6 +21,7 @@ jobs: with: lfs: true +# see https://stackoverflow.com/questions/57612428/cloning-private-github-repository-within-organisation-in-actions and https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key - name: checkout test data run: | eval `ssh-agent -s` diff --git a/.github/workflows/update_dependencies.yml b/.github/workflows/update_dependencies.yml index 5f68bae..b4f52e2 100644 --- a/.github/workflows/update_dependencies.yml +++ b/.github/workflows/update_dependencies.yml @@ -18,6 +18,7 @@ jobs: with: lfs: true +# see https://stackoverflow.com/questions/57612428/cloning-private-github-repository-within-organisation-in-actions - name: checkout test data run: | eval `ssh-agent -s` From 66d995e27a97bd128e13aeffc9d7a174f7caae8d Mon Sep 17 00:00:00 2001 From: rettigl Date: Tue, 27 Feb 2024 10:02:43 +0100 Subject: [PATCH 2/2] update link to submodule --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 7c4d5cd..502eae7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests/data"] path = tests/data - url = git@github.com:mpes-kit/specsanalyzer-testdata.git + url = git@github.com:OpenCOMPES/specsanalyzer-testdata.git