Skip to content

Commit

Permalink
use upstream collector repo for checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
shirmoran committed Oct 31, 2023
1 parent 106d560 commit 4eeff42
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4eeff42

Please sign in to comment.