File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- name : Set up configuration
52
52
run : |
53
- touch .env
54
53
cp config/database.yml.example config/database.yml
55
54
cp config/sidekiq.yml.example config/sidekiq.yml
56
55
cp config/config.yml.example config/config.yml
87
86
id : run-tests
88
87
env :
89
88
TEST_RETRY_COUNT : 5
90
- continue-on-error : true
91
89
run : |
92
90
docker compose -f docker-test.yml exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -e DEPLOY_ENV=ci -T pender bundle exec rake "parallel:test[3]"
93
91
docker compose -f docker-test.yml exec -e TEST_RETRY_COUNT=$TEST_RETRY_COUNT -e DEPLOY_ENV=ci -T pender bundle exec rake parallel:spec
98
96
GIT_SHA : ${{ github.sha }}
99
97
GIT_COMMITED_AT : ${{ github.event.head_commit.timestamp }}
100
98
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
99
+ if : success() || failure()
101
100
run : |
102
101
docker compose -f docker-test.yml exec -T pender cat tmp/performance.csv
103
102
docker compose -f docker-test.yml exec -T pender ls -l coverage/
@@ -116,6 +115,7 @@ jobs:
116
115
117
116
- name : Reset cache
118
117
id : reset-cache
118
+ if : success() || failure()
119
119
run : |
120
120
rm -rf /tmp/.buildx-cache
121
121
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
You can’t perform that action at this time.
0 commit comments