From 32a511b5168d2d28a69c16c30f0f26146b7e9a7e Mon Sep 17 00:00:00 2001 From: Shir Moran Date: Tue, 31 Oct 2023 10:41:38 +0200 Subject: [PATCH] use upstream collector repo for checkout action --- .github/workflows/pre-main.yaml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index 099b58c89..e12a9b943 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -359,8 +359,7 @@ jobs: - name: Check out `Collector` uses: actions/checkout@v4 with: - repository: shirmoran/collector - ref: clean-makefile + repository: test-network-function/collector path: collector - name: Deploy collector and mysql @@ -389,14 +388,6 @@ jobs: - name: 'Test: Run Smoke Tests in a TNF container' run: TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} TNF_ENABLE_DATA_COLLECTION=true ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l "${SMOKE_TESTS_GINKGO_LABELS_FILTER}" - # Prepare collector to be used when running smoke tests - # - name: Check out `Collector` - # uses: actions/checkout@v4 - # with: - # repository: shirmoran/collector - # ref: clean-makefile - # path: collector - - name: Run sanity check on collector uses: ./collector/.github/actions/run-sanity-check with: