Skip to content

Commit cec69c5

Browse files
committed
Address failures in GitHub actions testing
1 parent b5b4fc6 commit cec69c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,13 @@ RUN touch /data/SilMock/DataStore/Sqlite/Test1_Google_Service_Data.db && \
4545
touch /data/SilMock/DataStore/Sqlite/Test3_Google_Service_Data.db && \
4646
touch /data/SilMock/DataStore/Sqlite/Test4_Google_Service_Data.db && \
4747
touch /data/SilMock/DataStore/Sqlite/Test5_Google_Service_Data.db && \
48+
touch /data/SilMock/tests/.phpunit.result.cache && \
4849
chmod 664 /data/SilMock/DataStore/Sqlite/Test1_Google_Service_Data.db && \
4950
chmod 664 /data/SilMock/DataStore/Sqlite/Test2_Google_Service_Data.db && \
5051
chmod 664 /data/SilMock/DataStore/Sqlite/Test3_Google_Service_Data.db && \
5152
chmod 664 /data/SilMock/DataStore/Sqlite/Test4_Google_Service_Data.db && \
52-
chmod 664 /data/SilMock/DataStore/Sqlite/Test5_Google_Service_Data.db
53+
chmod 664 /data/SilMock/DataStore/Sqlite/Test5_Google_Service_Data.db && \
54+
chmod 664 /data/SilMock/tests/.phpunit.result.cache
5355

5456
WORKDIR /data
5557
RUN ./composer-install.sh \

0 commit comments

Comments
 (0)