We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2804f2 commit 3e7caaeCopy full SHA for 3e7caae
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- utplsql-version: [develop, v3.0.0, v3.1.6, v3.1.11]
+ utplsql-version: [develop, v3.1.0, v3.1.6, v3.1.11]
21
22
services:
23
oracle:
@@ -50,6 +50,6 @@ jobs:
50
- name: Install unit tests
51
run: sh ${{ github.workspace }}/scripts/3_install_tests.sh
52
53
- - name: Install run tests
+ - name: Run unit tests
54
run: sh ${{ github.workspace }}/scripts/4_run_tests.sh
55
0 commit comments