summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-03-13 13:52:53 +1100
committerDarren Tucker <dtucker@dtucker.net>2021-03-13 13:52:53 +1100
commit867a7dcf003c51d5a83f83565771a35f0d9530ac (patch)
tree70f640f1d52bfa9027995874928309a20d7a7750
parent0c054538fccf92b4a028008321d3711107bee6d5 (diff)
Don't install moduli during tests.
Now that we have TEST_SSH_MODULI_FILE pointing to the moduli in the soure directory we don't need to install the file to prevent warnings about it being missing.
-rw-r--r--.github/workflows/c-cpp.yml2
-rw-r--r--.github/workflows/selfhosted.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index c2e9c532..f3fc475c 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -46,8 +46,6 @@ jobs:
run: ./.github/configure.sh ${{ matrix.configs }}
- name: make
run: make -j2
- - name: install moduli
- run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
- name: make tests
run: ./.github/run_test.sh ${{ matrix.configs }}
env:
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index aadcb42b..c96d0994 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -51,8 +51,6 @@ jobs:
config.log
- name: make
run: vmrun make
- - name: install moduli
- run: vmrun "sudo mkdir -p /usr/local/etc/; sudo cp moduli /usr/local/etc/"
- name: make tests
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
- name: save regress logs