Skip to content

Commit

Permalink
checking if collector and mysql deployments deploys well after using …
Browse files Browse the repository at this point in the history
…tnf-secrets
  • Loading branch information
shirmoran committed Oct 25, 2023
1 parent 73ecb9d commit b32f838
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pre-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,13 @@ jobs:
- name: Check out `Collector`
uses: actions/checkout@v4
with:
repository: test-network-function/collector
repository: shirmoran/collector
ref: use-tnf-secrets-repo
path: collector

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

- name: Deploy collector and mysql
uses: ./collector/.github/actions/prepare-collector-for-use
with:
Expand Down Expand Up @@ -426,9 +430,13 @@ jobs:
- name: Check out `Collector`
uses: actions/checkout@v4
with:
repository: test-network-function/collector
repository: shirmoran/collector
ref: use-tnf-secrets-repo
path: collector

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Run sanity check on collector
uses: ./collector/.github/actions/run-sanity-check
with:
Expand Down

0 comments on commit b32f838

Please sign in to comment.