Skip to content

Commit 3e7caae

Browse files
committed
Trying github actions
1 parent a2804f2 commit 3e7caae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
utplsql-version: [develop, v3.0.0, v3.1.6, v3.1.11]
20+
utplsql-version: [develop, v3.1.0, v3.1.6, v3.1.11]
2121

2222
services:
2323
oracle:
@@ -50,6 +50,6 @@ jobs:
5050
- name: Install unit tests
5151
run: sh ${{ github.workspace }}/scripts/3_install_tests.sh
5252

53-
- name: Install run tests
53+
- name: Run unit tests
5454
run: sh ${{ github.workspace }}/scripts/4_run_tests.sh
5555

0 commit comments

Comments
 (0)