We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9e62b commit 5626830Copy full SHA for 5626830
.github/workflows/test-all.yml
@@ -1,8 +1,4 @@
1
-on:
2
- push:
3
- branches-ignore:
4
- - 'maint'
5
- - 'stable'
+on: workflow_dispatch
6
7
jobs:
8
rt_test_sqlite:
Dockerfile-oracle
@@ -1,6 +1,6 @@
# This Dockerfile is for testing only.
-FROM bpssysadmin/rt-base-debian:RT-5.0.6-bullseye-testoracle-20240501
+FROM bpssysadmin/rt-base-debian:RT-5.0.9-bullseye-20250902
ENV RT_TEST_DB_HOST=172.17.0.2
ENV RT_TEST_RT_HOST=172.17.0.3
@@ -15,4 +15,4 @@ ENV RT_TEST_PARALLEL=1
15
# Add the rt_test user (required by mod_fcgid tests)
16
RUN adduser --disabled-password --gecos "" rt-user
17
18
-CMD bash -c "ldconfig && cpan -a </dev/null >/dev/null && cat ~/.cpan/Bundle/Snapshot_*.pm && tail -f /dev/null"
+CMD tail -f /dev/null
0 commit comments