Skip to content

Commit

Permalink
Make non-parallel test to avoid exit with code 137
Browse files Browse the repository at this point in the history
  • Loading branch information
richieri-bps committed May 1, 2024
1 parent 5905c15 commit 029acdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
docker exec rt bash -c "cd /rt && ./configure.ac --with-db-type=Oracle --with-my-user-group --enable-layout=inplace --enable-developer --enable-externalauth --enable-gpg --enable-smime && mkdir -p /rt/var && make testdeps"
- name: Run RT tests
shell: bash
run: docker exec rt bash -c "cd /rt && RT_DBA_USER=system RT_DBA_PASSWORD=password RT_TEST_DB_SID=freepdb1 RT_TEST_WEB_HANDLER=inline RT_TEST_PARALLEL_NUM=5 make test-parallel"
run: docker exec rt bash -c "cd /rt && RT_DBA_USER=system RT_DBA_PASSWORD=password RT_TEST_DB_SID=freepdb1 RT_TEST_WEB_HANDLER=inline make test"
- name: Get run time
if: always()
shell: bash
Expand Down

0 comments on commit 029acdd

Please sign in to comment.