Skip to content

Commit dbf4163

Browse files
committed
Refactor scripts of examples
1 parent 09e535d commit dbf4163

File tree

25 files changed

+13
-13
lines changed

25 files changed

+13
-13
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
run: ./_resources/scripts/install.sh ${{ github.event.inputs.artifact_id }}
3232
- name: Test
3333
working-directory: examples/${{ matrix.module }}
34-
run: ./${{ matrix.module }}.sh
34+
run: ./scripts/${{ matrix.module }}.sh
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source assert.sh
1+
source scripts/assert.sh
22

33
docker-compose -f resources/docker-compose.yml up &
44
sleep 30s
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source assert.sh
1+
source scripts/assert.sh
22

33
docker-compose -f resources/docker-compose.yml up &
44
sleep 30s
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source assert.sh
1+
source scripts/assert.sh
22

33
bal run graphql_service_jwt_auth.bal &
44
sleep 10s
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
source assert.sh
1+
source scripts/assert.sh
22

33
touch service/Ballerina.toml
44
touch client/Ballerina.toml

0 commit comments

Comments
 (0)