Skip to content

Commit c2eab3b

Browse files
committed
updating workflow
1 parent 340dd60 commit c2eab3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci_e2e_workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
AzureWebJobsSqlConnectionString: ${{ secrets.LinuxSqlConnectionString37 }}
7676
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString37 }}
7777
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString37 }}
78-
run: bash $ {GITHUB_WORKSPACE}/Scripts/e2e-tests.sh
78+
run: .github/Scripts/e2e-tests.sh
7979
- name: Running 3.8 Tests
8080
if: matrix.python-version == 3.8
8181
env:
@@ -86,7 +86,7 @@ jobs:
8686
AzureWebJobsSqlConnectionString: ${{ secrets.LinuxSqlConnectionString38 }}
8787
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString38 }}
8888
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString38 }}
89-
run: bash $ {GITHUB_WORKSPACE}/Scripts/e2e-tests.sh
89+
run: .github/Scripts/e2e-tests.sh
9090
- name: Running 3.9 Tests
9191
if: matrix.python-version == 3.9
9292
env:
@@ -97,7 +97,7 @@ jobs:
9797
AzureWebJobsSqlConnectionString: ${{ secrets.LinuxSqlConnectionString39 }}
9898
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString39 }}
9999
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString39 }}
100-
run: bash $ {GITHUB_WORKSPACE}/Scripts/e2e-tests.sh
100+
run: .github/Scripts/e2e-tests.sh
101101
- name: Running 3.10 Tests
102102
if: matrix.python-version == 3.10
103103
env:
@@ -108,7 +108,7 @@ jobs:
108108
AzureWebJobsSqlConnectionString: ${{ secrets.LinuxSqlConnectionString310 }}
109109
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString310 }}
110110
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString310 }}
111-
run: bash $ {GITHUB_WORKSPACE}/Scripts/e2e-tests.sh
111+
run: .github/Scripts/e2e-tests.sh
112112
- name: Running 3.11 Tests
113113
if: matrix.python-version == 3.11
114114
env:
@@ -119,7 +119,7 @@ jobs:
119119
AzureWebJobsSqlConnectionString: ${{ secrets.LinuxSqlConnectionString311 }}
120120
AzureWebJobsEventGridTopicUri: ${{ secrets.LinuxEventGridTopicUriString311 }}
121121
AzureWebJobsEventGridConnectionKey: ${{ secrets.LinuxEventGridConnectionKeyString311 }}
122-
run: bash $ {GITHUB_WORKSPACE}/Scripts/e2e-tests.sh
122+
run: .github/Scripts/e2e-tests.sh
123123
- name: Codecov
124124
uses: codecov/[email protected]
125125
with:

0 commit comments

Comments
 (0)