Skip to content

Commit

Permalink
cicd: Create azure-tunnel.yml for mongoDB test data #TASK-5061
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfeSanahuja committed Sep 28, 2023
1 parent ac587b5 commit 03f4ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/azure-tunnel.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Azure tunnel

on:
workflow_call:
secrets:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
test:
name: Test and push Sonar analysis
runs-on: ubuntu-22.04
secrets: inherit
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -23,6 +22,8 @@ jobs:
cache: 'maven'
- name: Create tunel to data
uses: ./.github/workflows/azure-tunnel.yml
with:
secrets: inherit
- name: Install dependencies branches
run: |
if [ -f "./.github/workflows/scripts/get_same_branch.sh" ]; then
Expand Down

0 comments on commit 03f4ba1

Please sign in to comment.