Skip to content

Commit 7777f5f

Browse files
committed
Rename steps
1 parent ccc7fdb commit 7777f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
--health-retries 10
6464
6565
steps:
66-
- name: Initialize Database.
66+
- name: Configure Database.
6767
run: docker exec -i oci bash -c "sqlplus -s system/root@XE <<< 'ALTER USER system DEFAULT TABLESPACE USERS;'"
6868

6969
- name: Checkout.

.github/workflows/mutation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
--health-retries 10
5353
5454
steps:
55-
- name: Initialize Database.
55+
- name: Configure Database.
5656
run: docker exec -i oci bash -c "sqlplus -s system/root@XE <<< 'ALTER USER system DEFAULT TABLESPACE USERS;'"
5757

5858
- name: Checkout.

0 commit comments

Comments
 (0)