We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc7fdb commit 7777f5fCopy full SHA for 7777f5f
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
--health-retries 10
64
65
steps:
66
- - name: Initialize Database.
+ - name: Configure Database.
67
run: docker exec -i oci bash -c "sqlplus -s system/root@XE <<< 'ALTER USER system DEFAULT TABLESPACE USERS;'"
68
69
- name: Checkout.
.github/workflows/mutation.yml
@@ -52,7 +52,7 @@ jobs:
52
53
54
55
56
57
58
0 commit comments